summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-20 07:04:47 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-20 07:04:47 +0000
commit902ecdf75f18e324ded79a65ed7734d29e2a8e0c (patch)
tree50cce4e6141bb4e55f47cfced40e9f2e6601a21d
parente3987bb6b150a255a76310cc1eabda8945e2f0cd (diff)
parent54f9432255fe96d70543ecbcb847be657b7b6978 (diff)
downloadgitlab-ce-902ecdf75f18e324ded79a65ed7734d29e2a8e0c.tar.gz
Merge branch 'border-radius-fixx' into 'master'
Border radius fixx Fixes the border radius in the description box. See merge request !1416
-rw-r--r--app/assets/stylesheets/generic/gfm.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/gfm.scss b/app/assets/stylesheets/generic/gfm.scss
index e257f053618..1427b6a5ae4 100644
--- a/app/assets/stylesheets/generic/gfm.scss
+++ b/app/assets/stylesheets/generic/gfm.scss
@@ -4,6 +4,7 @@
.issue-form, .merge-request-form, .wiki-form {
.description {
height: 20em;
+ border-top-left-radius: 0;
}
}
@@ -17,4 +18,4 @@
.description {
height: 14em;
}
-} \ No newline at end of file
+}