0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;