[Glitch] Fix issues in RTL layout in web UI

Port 9184522cb4 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2019-10-03 03:17:41 +02:00
committed by Thibaut Girka
parent 7ca6153c0c
commit 79388a52aa
2 changed files with 36 additions and 1 deletions

View File

@@ -339,6 +339,7 @@
background: darken($ui-base-color, 8%);
border-radius: 4px;
padding-bottom: 44px;
direction: ltr;
&.editable {
border-radius: 0;
@@ -386,6 +387,7 @@
max-width: 100%;
border-radius: 4px;
box-sizing: border-box;
direction: ltr;
&.editable {
border-radius: 0;