mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
#2667 customfields category bug fixed
This commit is contained in:
parent
878d0f9942
commit
4c71b2310e
@ -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 ruby;
|
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