Table cell merge & various related fixes (#7599)

Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
Victor Ilyushchenko
2025-01-08 15:55:43 +07:00
committed by GitHub
parent 9c7ce99361
commit bc4c94ae2a
12 changed files with 216 additions and 55 deletions
@@ -175,7 +175,7 @@
}
&__col {
right: -1.5rem;
right: calc(var(--table-offscreen-spacing) - 1.5rem);
top: 0;
bottom: 0;
margin: 1.25rem 0;
@@ -188,7 +188,7 @@
&__row {
bottom: -0.25rem;
left: var(--table-offscreen-spacing);
right: 0;
right: var(--table-offscreen-spacing);
.table-button {
height: 1.25rem;