Fix a bug where first column is clipped if it has fixed or static width (#3605)
Also: * Fix issues with notes and attachment columns * Tweak first-column attachment column alignment
This commit is contained in:
parent
418ec5cfc0
commit
41294e0ff7
5 changed files with 82 additions and 13 deletions
|
@ -71,7 +71,9 @@
|
|||
overflow: hidden;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-inline-start: 4px;
|
||||
@include state(".cell.first-column:not(.hasAttachment)") {
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue