Fix alignment of wiki top area

This commit is contained in:
Annabel Dunstone 2016-06-07 10:05:10 -05:00
parent 04dba0e5f8
commit ae6591081a
2 changed files with 5 additions and 1 deletions

View File

@ -101,6 +101,10 @@
width: 50%;
line-height: 28px;
&.wiki-page {
padding: 16px 10px 11px;
}
/* Small devices (phones, tablets, 768px and lower) */
@media (max-width: $screen-sm-min) {
width: 100%;

View File

@ -2,7 +2,7 @@
= render 'nav'
.top-area
.nav-text
.nav-text.wiki-page
%strong
- if @page.persisted?
= link_to @page.title.capitalize, namespace_project_wiki_path(@project.namespace, @project, @page)