Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/new.html.haml')
-rw-r--r--app/views/snippets/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/new.html.haml b/app/views/snippets/new.html.haml
index 2669754cc3a..418f96a1024 100644
--- a/app/views/snippets/new.html.haml
+++ b/app/views/snippets/new.html.haml
@@ -4,7 +4,7 @@
- @content_class = "limit-container-width" unless fluid_layout
.page-title-holder.d-flex.align-items-center
- %h1.page-title= _('New Snippet')
+ %h1.page-title.gl-font-size-h-display= _('New Snippet')
.gl-mt-3
= render "shared/snippets/form", url: snippets_path(@snippet)