Spaces:
Build error
Build error
| 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; | |
| } |