summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luís <aluis@gitlab.com>2019-07-19 15:58:39 +0100
committerAndré Luís <aluis@gitlab.com>2019-07-22 16:42:04 +0100
commitf95cd1b95aadaa668fe0c80b8c525bd6de9b460a (patch)
tree98401c72330ce790ed18b436fb9775b4550325a7
parent433022f1f52c1cd3701a4098dcacd0028ec8382b (diff)
downloadgitlab-ce-64763-fix-tags-page-layout.tar.gz
Fix tags page layout64763-fix-tags-page-layout
-rw-r--r--app/views/projects/tags/show.html.haml2
-rw-r--r--changelogs/unreleased/64763-fix-tags-page-layout.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/projects/tags/show.html.haml b/app/views/projects/tags/show.html.haml
index 02f6ef02843..78cce58938e 100644
--- a/app/views/projects/tags/show.html.haml
+++ b/app/views/projects/tags/show.html.haml
@@ -4,7 +4,7 @@
- page_title @tag.name, s_('TagsPage|Tags')
%div{ class: container_class }
- .top-area.multi-line
+ .top-area.multi-line.flex-wrap
.nav-text
.title
%span.item-title.ref-name
diff --git a/changelogs/unreleased/64763-fix-tags-page-layout.yml b/changelogs/unreleased/64763-fix-tags-page-layout.yml
new file mode 100644
index 00000000000..db6b1f31506
--- /dev/null
+++ b/changelogs/unreleased/64763-fix-tags-page-layout.yml
@@ -0,0 +1,5 @@
+---
+title: Fix tag page layout
+merge_request:
+author:
+type: fixed