Skip to content

Commit

Permalink
FIX Position inline editable checkbox fields relative rather than abs…
Browse files Browse the repository at this point in the history
…olute
  • Loading branch information
robbieaverill committed Oct 19, 2018
1 parent 4263c9d commit 3876527
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/GridFieldExtensions.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
background: #DFD;
}

.grid-field__table .form-check-input.editable-column-field {
margin-top: .9rem;
position: relative;
}

/**
* GridFieldAddNewMultiClass
*/
Expand Down

0 comments on commit 3876527

Please sign in to comment.