From c12bd5474e7c6caa9a2af4287cf25e84b47a6b74 Mon Sep 17 00:00:00 2001 From: Jacob Schatz Date: Sat, 16 Jan 2016 10:14:13 -0500 Subject: Search title was getting clipped horizontally. Fixed by adding height to search title css. --- app/assets/stylesheets/pages/search.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 3aaa96da609..bdcf1897522 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -3,6 +3,10 @@ border-bottom: 1px solid #DDD; padding-bottom: 15px; margin-bottom: 15px; + + .term { + height: 22px; + } } } -- cgit v1.2.1