mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
FIX Position inline editable checkbox fields relative rather than absolute
This commit is contained in:
parent
4263c9d970
commit
3876527913
@ -42,6 +42,11 @@
|
||||
background: #DFD;
|
||||
}
|
||||
|
||||
.grid-field__table .form-check-input.editable-column-field {
|
||||
margin-top: .9rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/**
|
||||
* GridFieldAddNewMultiClass
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user