(search) Fix card title overflow

This commit is contained in:
Viktor Lofgren 2023-11-06 13:25:39 +01:00
parent 0b8dc02eba
commit e23976f6c4

View File

@ -224,10 +224,9 @@ ul.semantic-results a {
color: #fff;
background-color: #2f4858;
font-size: medium;
font-family: serif;
padding: .5ch .5ch .5ch .5ch;
margin: 0px 0px 0px 0px;
margin: 0 0 0 0;
word-break: break-word;
font-family: 'Trebuchet', 'Noto Sans', sans-serif;
text-decoration: none;