Fix taglist dropdown menu size for mobile template

This commit is contained in:
Hadi Nategh 2016-06-15 17:41:35 +02:00
parent c9cdf453fc
commit 15645add91
2 changed files with 7 additions and 1 deletions

View File

@ -8002,6 +8002,9 @@ form[id^="tracker-"] .dialogHeadbar {
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu { body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu {
min-height: 100px; min-height: 100px;
} }
body .et2_taglist.ui-state-active.expanded .ms-res-ctn.dropdown-menu .ms-res-item {
line-height: 25px;
}
body .et2_mobile_view { body .et2_mobile_view {
display: block; display: block;
} }

View File

@ -1137,7 +1137,10 @@
} }
} }
.et2_taglist.ui-state-active.expanded { .et2_taglist.ui-state-active.expanded {
.ms-res-ctn.dropdown-menu {min-height: 100px;} .ms-res-ctn.dropdown-menu {
min-height: 100px;
.ms-res-item {line-height: 25px;}
}
} }
/* View mode styles*/ /* View mode styles*/
.et2_mobile_view { .et2_mobile_view {