Skip to content

Commit 6aef754

Browse files
authored
[4.0] users groups margin (#34860)
This PR fixes a bug in RTL as shown in the images by using logical css properties instead of adding additional rtl specific classes.
1 parent 50ecbba commit 6aef754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/templates/atum/scss/pages/_com_users.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
#fieldset-groups {
2525
.controls {
26-
margin-left: 2rem;
26+
margin-inline-start: 2rem;
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)