Fix dropdown item clickable area bug
parent
b9ccf126a3
commit
fe2e920e73
|
@ -293,6 +293,7 @@ $tick-script-overlay-margin: 30px;
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Data Explorer download CSV button
|
||||
-----------------------------------------------------------------------------
|
||||
|
@ -305,3 +306,15 @@ $tick-script-overlay-margin: 30px;
|
|||
.btn.btn-sm.btn-default.dlcsv {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/*
|
||||
Dropdown clickable area fix
|
||||
-----------------------------------------------------------------------------
|
||||
TODO: Move this into theme, not sure how this broke
|
||||
*/
|
||||
|
||||
.dropdown .dropdown-menu li.dropdown-item {
|
||||
display: block;
|
||||
|
||||
> a {display: block;}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue