mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 09:35:00 +02:00
Table cell merge & various related fixes (#7599)
Signed-off-by: Victor Ilyushchenko <alt13ri@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user