about summary refs log tree commit diff
path: root/app/assets/stylesheets/dashboard.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/dashboard.scss')
-rw-r--r--app/assets/stylesheets/dashboard.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss
index afb718c90..d8f26f6c5 100644
--- a/app/assets/stylesheets/dashboard.scss
+++ b/app/assets/stylesheets/dashboard.scss
@@ -200,6 +200,15 @@
           box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
         }
       }
+
+      hr {
+        clear: both;
+        border: 0;
+        padding: 0;
+        width: 100%;
+        height: 0;
+        margin: 30px 0;
+      }
     }
 
     .dashboard__top-bar {