diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-30 10:19:58 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-04 10:48:49 +0100 |
commit | af3284d98b68dedbdab3821fa99ee53437ee3d32 (patch) | |
tree | b25b2c624ff743c52a56aa8d6ca2933aa0009a8f /app/assets/stylesheets/framework/markdown_area.scss | |
parent | 38e32780a85463e862e5847a436be6819e28c81c (diff) | |
download | gitlab-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.scss | 7 |
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 { |