Skip to content

Commit c97341e

Browse files
authored
Fix to search result overflow (cotes2020#51)
* Fix to search result overflow
1 parent 4bdf383 commit c97341e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/css/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,10 @@ table {
10751075
}
10761076
}
10771077

1078+
#search-results>div {
1079+
max-width: 100% !important;
1080+
}
1081+
10781082
#search-input {
10791083
margin-left: 0;
10801084
width: 95%;

0 commit comments

Comments
 (0)