Skip to content

Commit 33d14f0

Browse files
authored
[4.0] actions button rtl (#34861)
This PR fixes the alignment of items sin the actions dropdown menu using logical css properties ### LTR Before/After ### RTL Before ### RTL After
1 parent 44a241d commit 33d14f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

administrator/templates/atum/scss/vendor/bootstrap/_dropdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
.dropdown-item {
1919
border-bottom: 1px solid rgba(0, 0, 0, .1);
20+
text-align: start;
2021

2122
&:hover,
2223
&:focus {

0 commit comments

Comments
 (0)