1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

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

View file

@ -61,6 +61,7 @@
white-space: nowrap;
}
input {
flex: 1 1 auto;
border: none;
padding: 0;
margin: 0 var(--cell-padding);