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