FIX Position inline editable checkbox fields relative rather than absolute

This commit is contained in:
Robbie Averill 2018-10-19 21:38:19 +02:00
parent 4263c9d970
commit 3876527913

View File

@ -42,6 +42,11 @@
background: #DFD;
}
.grid-field__table .form-check-input.editable-column-field {
margin-top: .9rem;
position: relative;
}
/**
* GridFieldAddNewMultiClass
*/