Skip to content

Commit

Permalink
Fixed #5847
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 14, 2024
1 parent 1bd1a9f commit 917ef22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/select/style/SelectStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const theme = ({ dt }) => `
}
.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 {
Expand Down

0 comments on commit 917ef22

Please sign in to comment.