mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-57524 theme_boost: Fix ignored input size on admin pages
This commit is contained in:
parent
0f59b6dd75
commit
f9c1a7515a
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue