Skip to content

Commit

Permalink
MDL-57524 theme_boost: Fix ignored input size on admin pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Feb 24, 2017
1 parent 0f59b6d commit f9c1a75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
width: 100%;
}

#adminsettings .form-control[size] {
width: auto;
}

.mform fieldset.collapsible legend a.fheader {
padding: 0 5px 0 ($spacer * 1.5);
margin-left: -($spacer * 1.5);
Expand Down

0 comments on commit f9c1a75

Please sign in to comment.