Skip to content

Commit be615a7

Browse files
authored
Merge pull request #1041 from SherpasGroup/modern-taxonomy-picker-2
Changes to CSS to make ModernTaxonomyPicker display correctly with RTL mode
2 parents 83cf4d8 + 85dc1b2 commit be615a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.module.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
.choiceOption {
55
color: "[theme: bodyText, default: #323130]";
66
display: inline-block;
7-
padding-left: 26px;
7+
padding-inline-start: 26px;
88
}
99

1010
.disabledChoiceOption {
1111
color: "[theme: disabledBodyText, default: #323130]";
1212
display: inline-block;
13-
padding-left: 26px;
13+
padding-inline-start: 26px;
1414
}
1515

1616
.selectedChoiceOption {
@@ -19,12 +19,12 @@
1919

2020
.checkbox {
2121
color: "[theme: bodyText, default: #323130]";
22-
margin-left: 4px;
22+
margin-inline-start: 4px;
2323
}
2424

2525
.disabledCheckbox {
2626
color: "[theme: disabledBodyText, default: #323130]";
27-
margin-left: 4px;
27+
margin-inline-start: 4px;
2828
}
2929

3030
.selectedCheckbox {

0 commit comments

Comments
 (0)