Prevent search results from wrapping across to multiple rows

This commit is contained in:
Jason Henriquez 2024-06-11 14:43:24 -05:00
parent 85e46b5bc5
commit a81a8b5873

View File

@ -203,6 +203,9 @@
padding-block: 0;
line-height: 2rem;
padding-inline: 15px;
text-overflow: ellipsis;
overflow-x: hidden;
white-space: nowrap;
}
.bookmarkStarIcon {