summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-16 09:43:49 +0100
committerPhil Hughes <me@iamphill.com>2016-04-16 09:43:49 +0100
commiteceada9a6868d16d9a11ce8bc646623f20f58c95 (patch)
tree95ca9cb73bba8d9e89c4f22d596db08317c94efd
parent0fcdcadd75514fd8f1526bff2f1becb43c6d25f6 (diff)
downloadgitlab-ce-eceada9a6868d16d9a11ce8bc646623f20f58c95.tar.gz
Fix issue with go full screen triggering attach file
-rw-r--r--app/views/projects/_md_preview.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_md_preview.html.haml b/app/views/projects/_md_preview.html.haml
index 7a78d61a611..8de44a6c914 100644
--- a/app/views/projects/_md_preview.html.haml
+++ b/app/views/projects/_md_preview.html.haml
@@ -1,6 +1,6 @@
.md-area
.md-header
- %ul.nav-links
+ %ul.nav-links.clearfix
%li.active
%a.js-md-write-button{ href: "#md-write-holder", tabindex: -1 }
Write