Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Fix to search result overflow (artemsheludko#51)
Browse files Browse the repository at this point in the history
* Fix to search result overflow
  • Loading branch information
karlsandin committed May 3, 2020
1 parent 4bdf383 commit c97341e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,10 @@ table {
}
}

#search-results>div {
max-width: 100% !important;
}

#search-input {
margin-left: 0;
width: 95%;
Expand Down

0 comments on commit c97341e

Please sign in to comment.