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:
Daniel Hensby 2018-10-19 22:52:48 +01:00 committed by GitHub
commit 56d1adf64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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