Skip to content

Commit

Permalink
Merge pull request symbiote#274 from creative-commoners/pulls/3.2/che…
Browse files Browse the repository at this point in the history
…ckbox-position

FIX Position inline editable checkbox fields relative rather than absolute
  • Loading branch information
dhensby authored Oct 19, 2018
2 parents 4263c9d + 3876527 commit 56d1adf
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 56d1adf

Please sign in to comment.