Skip to content
Snippets Groups Projects
Commit 71001a23 authored by Brian Jacobel's avatar Brian Jacobel
Browse files

Add a cheap & simple empty state to the thread list

parent 787dac90
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment