Skip to content

Commit

Permalink
Fix for empty message padding
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Aug 27, 2024
1 parent db1aa0d commit 055829c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/ui/src/main/resources/lucuma-css/lucuma-ui-prime.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,7 @@
display: flex;
gap: 0.5em;
}

.pl-react-table.pl-very-compact .p-datatable-tbody > tr > td.p-datatable-emptymessage {
padding: 0;
}

0 comments on commit 055829c

Please sign in to comment.