Skip to content

Commit 7acf28e

Browse files
committed
Fixed incorrect spacing
1 parent 4f65a76 commit 7acf28e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

src/MudBlazor/Styles/components/_select.scss

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.mud-select {
1+
.mud-select {
22
display: flex;
33
flex-grow: 1;
44
position: relative;
@@ -41,10 +41,6 @@
4141
padding-right: 1rem;
4242
}
4343

44-
& .progress-indicator-circular--with-adornment {
45-
padding-right: 3rem;
46-
}
47-
4844
& .mud-progress-linear {
4945
position: absolute;
5046
bottom: -1px;
@@ -77,6 +73,18 @@
7773
}
7874
}
7975

76+
.mud-rtl-provider {
77+
& .mud-select .progress-indicator-circular--with-adornment {
78+
padding-right: 3rem;
79+
}
80+
81+
&.mud-application-layout-rtl {
82+
& .mud-select .progress-indicator-circular--with-adornment {
83+
padding-right: 0rem !important;
84+
padding-left: 3rem !important;
85+
}
86+
}
87+
}
8088

8189
.mud-select > .mud-form-helpertext {
8290
margin-top: -21px;

0 commit comments

Comments
 (0)