Skip to content

Commit

Permalink
Fixed #356 - Improve filter rule visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 11, 2024
1 parent 3b11b56 commit bd6cd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/primevue/datatable.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,14 @@
}

.p-datatable-filter-rule {
@apply border-b border-surface-200 dark:border-surface-700 last:border-b-0
@apply border-b border-surface-200 dark:border-surface-700 last:border-b-0 pb-2 last:pb-0
}

.p-datatable-filter-add-rule-button {
@apply w-full
}

.p-datatable-filter-remove-button {
.p-datatable-filter-remove-rule-button {
@apply w-full
}

Expand Down

0 comments on commit bd6cd62

Please sign in to comment.