summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/markdown_area.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-30 10:19:58 +0100
committerPhil Hughes <me@iamphill.com>2016-04-04 10:48:49 +0100
commitaf3284d98b68dedbdab3821fa99ee53437ee3d32 (patch)
treeb25b2c624ff743c52a56aa8d6ca2933aa0009a8f /app/assets/stylesheets/framework/markdown_area.scss
parent38e32780a85463e862e5847a436be6819e28c81c (diff)
downloadgitlab-ce-af3284d98b68dedbdab3821fa99ee53437ee3d32.tar.gz
Focus style for comment form
Diffstat (limited to 'app/assets/stylesheets/framework/markdown_area.scss')
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index ae23e19172a..ea8e1c902cb 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -82,11 +82,8 @@
}
.md-preview-holder {
- background: #fff;
- border: 1px solid #ddd;
- min-height: 169px;
- padding: 5px;
- box-shadow: none;
+ min-height: 167px;
+ padding: 10px 0;
}
.markdown-area {