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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-03 17:57:40 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-01-05 20:42:27 +0300
commit5836888e87692af9cb01cdb2ccc9d2026c979934 (patch)
tree600b5543f563e69015a9194686c49640a84f558d
parent429774efee0bcdcf137700802e167e42b4c9a241 (diff)
Merge branch 'fix-double-line-issuable-page' into 'master'
Remove bottom border from Issuable titles See merge request !8278
-rw-r--r--app/assets/stylesheets/pages/issuable.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 9478b66f536..f47721f6998 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -54,6 +54,12 @@
}
}
+ .title {
+ padding: 0;
+ margin: 0;
+ border-bottom: none;
+ }
+
// Border around images in issue and MR descriptions.
.description img:not(.emoji) {
border: 1px solid $white-normal;