Fixed search result word wrap

This commit is contained in:
Silvio Giebl
2020-01-02 14:20:09 +01:00
parent 538591dddb
commit 757742e79c
2 changed files with 14 additions and 12 deletions

View File

@@ -166,6 +166,11 @@
height: $sp-4;
margin-right: $sp-2;
fill: $link-color;
flex-shrink: 0;
}
.search-result-doc-title {
overflow: auto;
}
}