Fix to search result overflow (#51)

* Fix to search result overflow
This commit is contained in:
Karl Sandin 2020-05-03 18:53:00 +02:00 committed by GitHub
parent f3295c6d0c
commit 2cc399d015
1 changed files with 4 additions and 0 deletions

View File

@ -1075,6 +1075,10 @@ table {
} }
} }
#search-results>div {
max-width: 100% !important;
}
#search-input { #search-input {
margin-left: 0; margin-left: 0;
width: 95%; width: 95%;