From 7e07c199c4eba4c57bbfccdcb8de7af731034bd4 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 11 Apr 2016 18:20:28 -0700 Subject: [PATCH] fix(empty): Add padding to empty message --- static/components/empty-list-state.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/components/empty-list-state.less b/static/components/empty-list-state.less index 6bcc6c2a9..d826dd46b 100644 --- a/static/components/empty-list-state.less +++ b/static/components/empty-list-state.less @@ -28,7 +28,8 @@ } .message { color: @text-color-very-subtle; - margin-top: 1em; + margin: 1em; + margin-bottom: 0; font-size: 2em; font-weight: @font-weight-thin; text-align: center;