mempool/frontend/src/app/components/search-form/search-form.component.scss
softsimon a84df26506 Replacing menu button texts with icons.
Latest blocks is now a separate page.
2020-09-22 05:51:34 +07:00

17 lines
242 B
SCSS

: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;
}
}