Files

12 lines
259 B
CSS
Raw Permalink Normal View History

2026-07-03 15:46:56 -04:00
.searchLicenses .bootstrap-autocomplete .dropdown-menu {
max-height: 150px;
overflow-y: auto;
overflow-x: hidden;
}
.searchLicenses .bootstrap-autocomplete a.dropdown-item {
font-size: .875rem;
padding: 0 .75rem;
cursor: pointer;
}