From aa20661372c032f8a4ca1ec885b526cf344cee8b Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Wed, 10 Feb 2016 13:24:07 +0000 Subject: [PATCH] css for hit class. --- services/web/public/stylesheets/app/editor.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 240063089b..d9547fe320 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -254,5 +254,12 @@ } .search-results { margin-top: 14px; + .hit { + border-bottom: 1px solid #ddd; + padding: 15px; + &:last-child { + border-bottom: 1px solid transparent; + } + } } } \ No newline at end of file