mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 05:46:06 -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) {
|
$('.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 {
|
.select2-container .select2-selection--multiple {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: block;
|
display: inline-block;
|
||||||
|
padding-bottom: 5px;
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-user-select: none; }
|
-webkit-user-select: none; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user