Cleanup and fixes to theming

This commit is contained in:
Cagatay Civici 2024-03-27 13:59:21 +03:00
parent aa4e3bd8dd
commit 5d63b84050
6 changed files with 14 additions and 18 deletions

View file

@ -571,12 +571,10 @@ export default {
}
.p-picklist[${this.attributeSelector}] .p-picklist-buttons {
padding: var(--content-padding);
flex-direction: row;
}
.p-picklist[${this.attributeSelector}] .p-picklist-buttons .p-button {
margin-right: var(--inline-spacing);
margin-bottom: 0;
}