mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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
|
@ -214,6 +214,10 @@ const theme = ({ dt }) => `
|
|||
color: ${dt('autocomplete.placeholder.color')};
|
||||
}
|
||||
|
||||
.p-autocomplete-empty-message {
|
||||
padding: ${dt('autocomplete.empty.message.padding')};
|
||||
}
|
||||
|
||||
.p-fluid .p-autocomplete {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue