Skip to content

Commit a759c8f

Browse files
committed
Fix admin multiple select chosen height
1 parent c6d9eaf commit a759c8f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

material/static/material/css/materialize.admin.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,9 @@ nav.breadcrumbs {
337337
padding-top: 40px; }
338338
.change-form .multiselect .selector-chosen {
339339
width: calc(50% - 30px);
340-
width: -moz-calc(50% - 30px) select;
341-
width-height: 120px; } }
340+
width: -moz-calc(50% - 30px); }
341+
.change-form .multiselect .selector-chosen select {
342+
height: 120px; } }
342343

343344
@media only screen and (max-width: 600px) {
344345
.change-form .multiselect .selector-available select {

material/static/material/css/materialize.admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

material/static/material/sass/materialize.admin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ nav.breadcrumbs {
492492

493493
.selector-chosen {
494494
width: calc(50% - 30px);
495-
width: -moz-calc(50% - 30px)
495+
width: -moz-calc(50% - 30px);
496496

497497
select {
498498
height: 120px;

0 commit comments

Comments
 (0)