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 {
|
.cell {
|
||||||
|
padding: 0 5px;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
&.first-column {
|
||||||
|
padding-inline-start: 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.first-column,
|
&.first-column,
|
||||||
&.primary {
|
&.primary {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -234,7 +239,6 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 5px;
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: var(--material-mix-quinary);
|
background: var(--material-mix-quinary);
|
||||||
|
@ -309,7 +313,6 @@
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
.cell {
|
.cell {
|
||||||
padding: 0 5px;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue