Fix issues in RTL layout in web UI (#12060)

This commit is contained in:
Eugen Rochko
2019-10-03 03:17:41 +02:00
committed by GitHub
parent f51f99c3c2
commit 9184522cb4
2 changed files with 36 additions and 1 deletions

View File

@@ -5125,6 +5125,7 @@ a.status-card.compact:hover {
background: darken($ui-base-color, 8%);
border-radius: 4px;
padding-bottom: 44px;
direction: ltr;
&.editable {
border-radius: 0;
@@ -5172,6 +5173,7 @@ a.status-card.compact:hover {
max-width: 100%;
border-radius: 4px;
box-sizing: border-box;
direction: ltr;
&.editable {
border-radius: 0;