mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +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
|
@ -94,7 +94,7 @@ const theme = ({ dt }) => `
|
|||
}
|
||||
|
||||
.p-listbox-empty-message {
|
||||
padding: ${dt('listbox.option.padding')};
|
||||
padding: ${dt('listbox.empty.message.padding')};
|
||||
}
|
||||
`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue