mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Fix layout error when there's no user name
No issue - Adds a clearfix to the user settings header to prevent a broken layout when there's no name.
This commit is contained in:
parent
c764503224
commit
61a6197074
@ -1,4 +1,4 @@
|
||||
<header class="settings-subview-header">
|
||||
<header class="settings-subview-header clearfix">
|
||||
{{#unless session.user.isAuthor}}
|
||||
{{#link-to "settings.users" class="btn btn-default btn-back" tagName="button"}}<i class="icon-chevron-left"></i>Users{{/link-to}}
|
||||
{{/unless}}
|
||||
|
Loading…
Reference in New Issue
Block a user