Fixed #5847
parent
1bd1a9f619
commit
917ef22d9a
|
@ -83,7 +83,7 @@ const theme = ({ dt }) => `
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-select:has(.p-select-clear-icon) .p-select-label {
|
.p-select:has(.p-select-clear-icon) .p-select-label {
|
||||||
padding-right: calc(1 + ${dt('select.padding.x')});
|
padding-right: calc(1rem + ${dt('select.padding.x')});
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-select.p-disabled .p-select-label {
|
.p-select.p-disabled .p-select-label {
|
||||||
|
|
Loading…
Reference in New Issue