From 1c45306256455c365ae5aa54de32a7d43f225c55 Mon Sep 17 00:00:00 2001 From: Kevin Novak Date: Sun, 1 Dec 2019 15:33:25 -0500 Subject: [PATCH] Fix for horizontal rows --- public/styles/default.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/styles/default.css b/public/styles/default.css index 3b176c9..05eb024 100644 --- a/public/styles/default.css +++ b/public/styles/default.css @@ -2,6 +2,11 @@ --placeholder-color: #ced4da; } +hr { + width: 100%; + height: 1px; +} + textarea.search-result { min-height: 300px; }