mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-25 11:19:59 +01:00
Prevent search results from wrapping across to multiple rows
This commit is contained in:
parent
85e46b5bc5
commit
a81a8b5873
@ -203,6 +203,9 @@
|
||||
padding-block: 0;
|
||||
line-height: 2rem;
|
||||
padding-inline: 15px;
|
||||
text-overflow: ellipsis;
|
||||
overflow-x: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bookmarkStarIcon {
|
||||
|
Loading…
Reference in New Issue
Block a user