Skip to content

Commit

Permalink
Merge pull request #1252 from gemini-hlsw/empty-message
Browse files Browse the repository at this point in the history
Fix for empty message padding
  • Loading branch information
cquiroz authored Aug 28, 2024
2 parents db1aa0d + 055829c commit 39eb8cb
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 39eb8cb

Please sign in to comment.