Skip to content

Commit 976b2e7

Browse files
committed
fix(Dropdown): change text-align to start to display properly when RTL is on
1 parent e7cc3d4 commit 976b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_dropdown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
margin: 0; // Override default margin of ul
2424
@include font-size($dropdown-font-size);
2525
color: var(--#{$variable-prefix}dropdown-color, $dropdown-color);
26-
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
26+
text-align: start; // Ensures proper alignment if parent has it changed (e.g., modal footer)
2727
list-style: none;
2828
background-color: var(--#{$variable-prefix}dropdown-bg, $dropdown-bg);
2929
background-clip: padding-box;

0 commit comments

Comments
 (0)