Ensure input fields don't exceed cell bounds in grids in firefox
This commit is contained in:
parent
9da423d141
commit
387b9a8ed2
|
@ -81,6 +81,7 @@
|
|||
}
|
||||
input {
|
||||
flex: 1 1 auto;
|
||||
width: 0;
|
||||
border: none;
|
||||
padding: var(--cell-padding);
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue