fix: RTL support for network stats #13085

This commit is contained in:
Anton Georgiev 2021-08-27 15:28:03 +00:00
parent ae65269c67
commit 014fa414d2

View File

@ -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 {