We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83cf4d8 + 85dc1b2 commit be615a7Copy full SHA for be615a7
src/controls/modernTaxonomyPicker/taxonomyPanelContents/TaxonomyPanelContents.module.scss
@@ -4,13 +4,13 @@
4
.choiceOption {
5
color: "[theme: bodyText, default: #323130]";
6
display: inline-block;
7
- padding-left: 26px;
+ padding-inline-start: 26px;
8
}
9
10
.disabledChoiceOption {
11
color: "[theme: disabledBodyText, default: #323130]";
12
13
14
15
16
.selectedChoiceOption {
@@ -19,12 +19,12 @@
19
20
.checkbox {
21
22
- margin-left: 4px;
+ margin-inline-start: 4px;
23
24
25
.disabledCheckbox {
26
27
28
29
30
.selectedCheckbox {
0 commit comments