summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/generic/common.scss')
-rw-r--r--app/assets/stylesheets/generic/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/common.scss b/app/assets/stylesheets/generic/common.scss
index 5e191d5dd4a..3a237bf3228 100644
--- a/app/assets/stylesheets/generic/common.scss
+++ b/app/assets/stylesheets/generic/common.scss
@@ -377,4 +377,8 @@ table {
height: 56px;
margin-top: -$gl-padding;
padding-top: $gl-padding;
+
+ &.no-bottom {
+ margin-bottom: 0;
+ }
}