From 71001a23e5a105ec581f9149e36ea500fefded75 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 5 Dec 2016 10:14:19 -0500 Subject: [PATCH] Add a cheap & simple empty state to the thread list --- lms/static/sass/discussion/elements/_navigation.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/discussion/elements/_navigation.scss b/lms/static/sass/discussion/elements/_navigation.scss index d694d689cd..2036e985b8 100644 --- a/lms/static/sass/discussion/elements/_navigation.scss +++ b/lms/static/sass/discussion/elements/_navigation.scss @@ -176,6 +176,7 @@ // ----------- .forum-nav-thread-list { padding-left: 0 !important; // should *not* be RTLed, see below for explanation + min-height: 60px; // @TODO: Remove this when we have a real empty state for the discussion thread list margin: 0; overflow-y: scroll; list-style: none;