fix: RTL support for network stats #13085
This commit is contained in:
parent
ae65269c67
commit
014fa414d2
@ -158,6 +158,11 @@
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
margin-right: var(--sm-padding-x);
|
||||
|
||||
[dir="rtl"] & {
|
||||
margin-left: var(--sm-padding-x);
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
.right {
|
||||
|
Loading…
Reference in New Issue
Block a user