Skip to content

Commit 88ee022

Browse files
authored
[4.0] modal buttons rtl (#34856)
This PR fixes a bug with the margin when in rtl that can be seeon in com_templates when you open the modal to create a new file. By switching to logical css properties for the margin it now works correctly in RTL and LTR without any additional classes. ### Before ### After
1 parent 156d802 commit 88ee022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/templates/atum/scss/blocks/_modals.scss

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

55
.btn {
66
padding: 0 22px;
7-
margin-right: .5rem;
7+
margin-inline-end: .5rem;
88
font-size: 1rem;
99
line-height: 2.3rem;
1010
color: var(--template-text-dark);

0 commit comments

Comments
 (0)