Skip to content

Commit

Permalink
Fixed #6761 - Improve filter rule visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 14, 2024
1 parent f689556 commit 209ffd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/primevue/src/datatable/style/DataTableStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,17 +224,19 @@ const theme = ({ dt }) => `
.p-datatable-filter-rule {
border-block-end: 1px solid ${dt('datatable.filter.rule.border.color')};
padding-bottom: ${dt('datatable.filter.overlay.popover.gap')};
}
.p-datatable-filter-rule:last-child {
border-block-end: 0 none;
padding-bottom: 0;
}
.p-datatable-filter-add-rule-button {
width: 100%;
}
.p-datatable-filter-remove-button {
.p-datatable-filter-remove-rule-button {
width: 100%;
}
Expand Down

0 comments on commit 209ffd9

Please sign in to comment.