File size: 629 Bytes
5f2345e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f94a78
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body, html {
    direction: RTL;
    /* unicode-bidi: bidi-override; */
    text-align: right;
}
p, div, input, label, h1, h2, h3, h4, h5, h6 {
    direction: RTL;
    /* unicode-bidi: bidi-override; */
    text-align: right;
}
[data-testid="stHorizontalBlock"] .stVerticalBlock {
    gap: 0rem;
}
[class*= st-key-sml_] div button {
    min-height: 0rem;
}
[class*= st-key-sml_del] div button {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
}
[data-baseweb="radio"] div [data-testid="stMarkdownContainer"] {
    padding-right: 8px;
}
[data-testid="stPopoverButton"] div {
    margin-left: 0px;
    margin-right: 4px;
}