don't let wrapped text flow below the usw icon

This commit is contained in:
tophf 2021-08-12 16:56:35 +03:00
parent 304dcb1489
commit 49af723078

View File

@ -76,8 +76,9 @@ body.search-results-shown {
}
.search-result-title {
display: flex;
align-items: center;
margin-bottom: .5em;
display: block;
color: #555;
overflow-wrap: break-word;
}