diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-09 13:52:13 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-09 13:52:13 +0100 |
commit | f7ff146aaac158ce2099583af5d5620204ec9b93 (patch) | |
tree | a7d6de664ea97e9d5acc013597df109ebf14652d /app | |
parent | 7e8dc22dd7fb730d3fc47150cdfe95dc9ffdbc3a (diff) | |
download | gitlab-ce-f7ff146aaac158ce2099583af5d5620204ec9b93.tar.gz |
Fix size of disabled 'New file' buttonbuttons-size
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/tree/_tree_header.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tree/_tree_header.html.haml b/app/views/projects/tree/_tree_header.html.haml index 0e1f7076608..cefe33e581f 100644 --- a/app/views/projects/tree/_tree_header.html.haml +++ b/app/views/projects/tree/_tree_header.html.haml @@ -32,5 +32,5 @@ New directory - elsif !on_top_of_branch? %li - %span.btn.add-to-tree.disabled.has_tooltip{title: "You can only add files when you are on a branch.", data: {container: 'body'}} + %span.btn.btn-sm.add-to-tree.disabled.has_tooltip{title: "You can only add files when you are on a branch.", data: {container: 'body'}} = icon('plus') |