Skip to content
Snippets Groups Projects
Unverified Commit 2556ec63 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #13092 from antobinary/test-13085

fix: Add RTL support for network stats #13085
parents ae65269c 014fa414
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment