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