Remove cell padding from the first-column

This commit is contained in:
Tom Najdek 2023-11-28 11:29:09 +01:00 committed by Dan Stillman
parent 60dedf7d95
commit f5be1b26f4

View file

@ -39,12 +39,17 @@
}
.cell {
padding: 0 5px;
min-width: 30px;
cursor: default;
white-space: nowrap;
flex-grow: 1;
box-sizing: border-box;
&.first-column {
padding-inline-start: 0;
}
&.first-column,
&.primary {
display: flex;
@ -234,7 +239,6 @@
position: relative;
height: 100%;
align-items: center;
padding: 0 5px;
&:hover {
background: var(--material-mix-quinary);
@ -309,7 +313,6 @@
overflow: auto;
.cell {
padding: 0 5px;
text-overflow: ellipsis;
overflow: hidden;
max-height: 100%;