summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorMarcel van Remmerden <mvanremmerden@gitlab.com>2019-05-30 12:54:12 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-05-30 12:54:12 +0000
commitf88ffe414e4473f5f8506194512e2914dc6758ff (patch)
tree2c5c95e7d715f127c5ae8c5f4c1ba175d948fb61 /app/views
parent82ccc8bc120c78efdf68f65d77a72adc5fb48410 (diff)
downloadgitlab-ce-f88ffe414e4473f5f8506194512e2914dc6758ff.tar.gz
Get copy to clipboard button aligned within snippet header
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/blob/_header_content.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/_header_content.html.haml b/app/views/projects/blob/_header_content.html.haml
index 88fa31a73b0..7ed71a7d43c 100644
--- a/app/views/projects/blob/_header_content.html.haml
+++ b/app/views/projects/blob/_header_content.html.haml
@@ -6,7 +6,7 @@
= copy_file_path_button(blob.path)
- %small
+ %small.mr-1
= number_to_human_size(blob.raw_size)
- if blob.stored_externally? && blob.external_storage == :lfs