Padding token for empty message

This commit is contained in:
Cagatay Civici 2024-05-08 13:04:04 +03:00
parent 3866d9faea
commit a0224a99fc
12 changed files with 32 additions and 6 deletions

View file

@ -183,8 +183,7 @@ input.p-select-label {
}
.p-select-empty-message {
padding: ${dt('select.option.padding')};
background: transparent;
padding: ${dt('select.empty.message.padding')};
}
.p-fluid .p-select {