Skip to content

Commit 4035c3e

Browse files
denisvelyDenis Veli
and
Denis Veli
authored
fix: read-only mode -> in table -> in first row -> only last cell doesn't have border styling (#556)
Co-authored-by: Denis Veli <[email protected]>
1 parent f0c8135 commit 4035c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/ui.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@
722722
}
723723

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

0 commit comments

Comments
 (0)