Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNur Rony <pro.nmrony@gmail.com>2016-10-21 20:08:44 +0300
committerNur Rony <pro.nmrony@gmail.com>2016-10-21 20:08:44 +0300
commite32858e7734a13b820d2f1439e189c1586af29d8 (patch)
treebc938bbe33919a20f829d613670259a54bb3f598 /app/assets/stylesheets/framework/common.scss
parent6c09fbd889a2259f8e2db1927c4e0a3d4cdb01b4 (diff)
removes extra line for empty issue description
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 81e4e264560..0d00b6a0d9c 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -372,3 +372,5 @@ table {
margin-right: -$gl-padding;
border-top: 1px solid $border-color;
}
+
+.hide-bottom-border { border-bottom: none;}