Remove cell padding from the first-column
This commit is contained in:
parent
60dedf7d95
commit
f5be1b26f4
1 changed files with 5 additions and 2 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue