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:
Tom Najdek 2024-01-29 07:37:46 +00:00 committed by GitHub
parent 418ec5cfc0
commit 41294e0ff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 82 additions and 13 deletions

View file

@ -71,7 +71,9 @@
overflow: hidden;
&:not(:first-child) {
margin-inline-start: 4px;
@include state(".cell.first-column:not(.hasAttachment)") {
margin-inline-start: 4px;
}
}
}