Skip to content

Commit

Permalink
Fix for horizontal rows
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNovak committed Dec 1, 2019
1 parent 6c41614 commit 1c45306
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions public/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
--placeholder-color: #ced4da;
}

hr {
width: 100%;
height: 1px;
}

textarea.search-result {
min-height: 300px;
}
Expand Down

0 comments on commit 1c45306

Please sign in to comment.