diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-16 09:43:49 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-16 09:43:49 +0100 |
commit | eceada9a6868d16d9a11ce8bc646623f20f58c95 (patch) | |
tree | 95ca9cb73bba8d9e89c4f22d596db08317c94efd /app/views | |
parent | 0fcdcadd75514fd8f1526bff2f1becb43c6d25f6 (diff) | |
download | gitlab-ce-eceada9a6868d16d9a11ce8bc646623f20f58c95.tar.gz |
Fix issue with go full screen triggering attach file
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/_md_preview.html.haml | 2 |
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 |