From b750cac9f58b5a9da9abf35b4a9f0f30f70df96d Mon Sep 17 00:00:00 2001 From: Boone B Gorges Date: Fri, 1 Jun 2018 12:52:46 -0500 Subject: [PATCH] More space for 'No results found'. See #127. --- assets/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/app.css b/assets/css/app.css index a2c2e665..53f5743e 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -197,6 +197,10 @@ ul.question-list > a { font-weight: bold; } +.question-list p.no-results { + padding-top: 4rem; +} + .question-list-loading-more { opacity: .75; font-weight: bold;