Prevent long title overflow on mobile

This commit is contained in:
Michael Shamoon 2021-01-09 19:53:18 -08:00
parent fbfdd95958
commit 49053b6ad2

View File

@ -12,6 +12,10 @@
mix-blend-mode: multiply;
}
.card-title {
word-break: break-word;
}
.search-score-bar {
width: 100px;
height: 5px;