mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Padding token for empty message
This commit is contained in:
parent
3866d9faea
commit
a0224a99fc
12 changed files with 32 additions and 6 deletions
|
@ -174,8 +174,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-multiselect-empty-message {
|
||||
padding: ${dt('multiselect.option.padding')};
|
||||
background: transparent;
|
||||
padding: ${dt('multiselect.empty.message.padding')};
|
||||
}
|
||||
|
||||
.p-multiselect-label .p-chip {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue