Skip to content

Commit

Permalink
FIX Update Bootstrap input-group markup in TextCheckboxGroupField to …
Browse files Browse the repository at this point in the history
…fix alignment
  • Loading branch information
robbieaverill committed Apr 16, 2018
1 parent 621dc47 commit d428095
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions client/src/styles/textcheckboxgroup.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.textcheckboxgroup .input-group-addon .form-check-input {
margin-top: 4px;
.textcheckboxgroup .input-group-append .form-check-input {
margin-left: 0;
position: relative;
}
4 changes: 2 additions & 2 deletions templates/DNADesign/Elemental/Forms/TextCheckboxGroupField.ss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<%-- Displays two fields in a Bootstrap input group - used for Title and Displayed --%>
<div class="input-group">
$FieldList.first
<span class="input-group-addon">
<label class="form-check-label">
<span class="input-group-append">
<label class="input-group-text">
$FieldList.last
$FieldList.last.Title
</label>
Expand Down

0 comments on commit d428095

Please sign in to comment.