mempool/frontend/src/app/components/search-form/search-form.component.scss

17 lines
242 B
SCSS
Raw Normal View History

:host ::ng-deep .dropdown-item {
white-space: nowrap;
overflow: hidden;
width: 375px;
text-overflow: ellipsis;
}
.search-box-container {
width: 100%;
}
@media (min-width: 992px) {
.search-box-container {
width: 350px;
}
}