Fix header alignment on wiki and kubernetes pages

This commit is contained in:
Annabel Dunstone Gray 2019-06-14 12:22:25 -05:00
parent cdb4424ec0
commit 292f401f14
4 changed files with 3 additions and 3 deletions

View File

@ -66,6 +66,7 @@
} }
.nav-text { .nav-text {
flex: 1;
padding-top: 16px; padding-top: 16px;
padding-bottom: 11px; padding-bottom: 11px;
display: inline-block; display: inline-block;

View File

@ -77,7 +77,6 @@
.nav-controls { .nav-controls {
width: auto; width: auto;
min-width: 50%;
} }
} }

View File

@ -7,7 +7,7 @@
%div{ class: container_class } %div{ class: container_class }
.wiki-page-header .wiki-page-header
.nav-text .nav-text.flex-fill
%h2.wiki-page-title %h2.wiki-page-title
= s_("Wiki|Wiki Pages") = s_("Wiki|Wiki Pages")

View File

@ -8,7 +8,7 @@
%button.btn.btn-default.sidebar-toggle.js-sidebar-wiki-toggle{ role: "button", type: "button" } %button.btn.btn-default.sidebar-toggle.js-sidebar-wiki-toggle{ role: "button", type: "button" }
= icon('angle-double-left') = icon('angle-double-left')
.nav-text .nav-text.flex-fill
%h2.wiki-page-title= @page.human_title %h2.wiki-page-title= @page.human_title
%span.wiki-last-edit-by %span.wiki-last-edit-by
- if @page.last_version - if @page.last_version