We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f65a76 commit 7acf28eCopy full SHA for 7acf28e
src/MudBlazor/Styles/components/_select.scss
@@ -1,4 +1,4 @@
1
-.mud-select {
+.mud-select {
2
display: flex;
3
flex-grow: 1;
4
position: relative;
@@ -41,10 +41,6 @@
41
padding-right: 1rem;
42
}
43
44
- & .progress-indicator-circular--with-adornment {
45
- padding-right: 3rem;
46
- }
47
-
48
& .mud-progress-linear {
49
position: absolute;
50
bottom: -1px;
@@ -77,6 +73,18 @@
77
73
78
74
79
75
76
+.mud-rtl-provider {
+ & .mud-select .progress-indicator-circular--with-adornment {
+ padding-right: 3rem;
+ }
80
+
81
+ &.mud-application-layout-rtl {
82
83
+ padding-right: 0rem !important;
84
+ padding-left: 3rem !important;
85
86
87
+}
88
89
.mud-select > .mud-form-helpertext {
90
margin-top: -21px;
0 commit comments