Fix text cell not using full width

This commit is contained in:
Andrew Kingston 2023-03-30 16:16:07 +01:00
parent 7570c52879
commit 0c53e06267
1 changed files with 1 additions and 0 deletions

View File

@ -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);