Skip to content

Commit

Permalink
fix: read-only mode -> in table -> in first row -> only last cell doe…
Browse files Browse the repository at this point in the history
…sn't have border styling (#556)

Co-authored-by: Denis Veli <[email protected]>
  • Loading branch information
denisvely and Denis Veli authored Jul 25, 2024
1 parent f0c8135 commit 4035c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/ui.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
}

&>tbody>tr>td:not(.toolCell),
&>tbody>tr>th:not(.toolCell):not(:last-of-type) {
&>tbody>tr>th:not(.toolCell):not([data-tool-cell="true"]) {
border: 1px solid var(--baseBgActive);
padding: var(--spacing-1) var(--spacing-2);
white-space: normal;
Expand Down

0 comments on commit 4035c3e

Please sign in to comment.