Skip to content

Commit

Permalink
Fix long host names not wrapping in nav area, fixes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Aug 29, 2014
1 parent dc62188 commit 3c5a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/_bootstrap-mixins.jade
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mixin Nav(multipage, collapsible)
= resource.name || action.name || action.method + ' ' + resource.uriTemplate
each meta in api.metadata
if meta.name == 'HOST'
p(style="text-align: center")
p(style="text-align: center; word-wrap: break-word;")
a(href=meta.value)= meta.value

mixin Parameters(params)
Expand Down

0 comments on commit 3c5a0de

Please sign in to comment.