made the search items not have text go out of the box

This commit is contained in:
Kristy Fournier 2025-10-17 15:44:10 -04:00
parent 6ece2d3ea1
commit 7958b4e8bd
2 changed files with 5 additions and 0 deletions

View file

@ -102,6 +102,7 @@ h4 {
.songlist > .item > h3, .songlist > .item > h4{
margin-left: 2px;
margin-right: 2px;
word-wrap: break-word;
}
.searchbox-holder {