mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #798 from openclassify/muammertop
select2 height fixed
This commit is contained in:
commit
4dc1516d34
@ -1,3 +1,5 @@
|
||||
$('.remote').on('show.bs.modal', function (e) {
|
||||
$(this).find('.modal-content').load(e.relatedTarget.href);
|
||||
if (typeof e.relatedTarget !== "undefined") {
|
||||
$(this).find('.modal-content').load(e.relatedTarget.href);
|
||||
}
|
||||
});
|
||||
@ -26,7 +26,8 @@
|
||||
.select2-container .select2-selection--multiple {
|
||||
box-sizing: border-box;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
padding-bottom: 5px;
|
||||
min-height: 32px;
|
||||
user-select: none;
|
||||
-webkit-user-select: none; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user