Commit 292f401f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix header alignment on wiki and kubernetes pages

parent cdb4424e
......@@ -66,6 +66,7 @@
}
.nav-text {
flex: 1;
padding-top: 16px;
padding-bottom: 11px;
display: inline-block;
......
......@@ -77,7 +77,6 @@
.nav-controls {
width: auto;
min-width: 50%;
}
}
......
......@@ -7,7 +7,7 @@
%div{ class: container_class }
.wiki-page-header
.nav-text
.nav-text.flex-fill
%h2.wiki-page-title
= s_("Wiki|Wiki Pages")
......
......@@ -8,7 +8,7 @@
%button.btn.btn-default.sidebar-toggle.js-sidebar-wiki-toggle{ role: "button", type: "button" }
= icon('angle-double-left')
.nav-text
.nav-text.flex-fill
%h2.wiki-page-title= @page.human_title
%span.wiki-last-edit-by
- if @page.last_version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment