Fix text cell not using full width
This commit is contained in:
parent
7570c52879
commit
0c53e06267
|
@ -61,6 +61,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
|
flex: 1 1 auto;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 var(--cell-padding);
|
margin: 0 var(--cell-padding);
|
||||||
|
|
Loading…
Reference in New Issue