From 8273b6175a0373b6c88e3afc037a0e9d438ebdd1 Mon Sep 17 00:00:00 2001 From: Jacob Herrington Date: Wed, 11 Mar 2020 14:06:54 -0500 Subject: [PATCH] Remove unnecessary CSS rule (#6591) --- app/assets/stylesheets/notifications.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss index a10a1f137..2a64446e9 100644 --- a/app/assets/stylesheets/notifications.scss +++ b/app/assets/stylesheets/notifications.scss @@ -418,9 +418,5 @@ clear: both; @include load-more; - - button { - margin-top: 0; - } } }