Ensure input fields don't exceed cell bounds in grids in firefox

This commit is contained in:
Andrew Kingston 2024-06-11 16:19:57 +01:00
parent 9da423d141
commit 387b9a8ed2
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@
}
input {
flex: 1 1 auto;
width: 0;
border: none;
padding: var(--cell-padding);
overflow: hidden;