mirror of
https://github.com/TryGhost/Ghost-Admin.git
synced 2023-12-14 02:33:04 +01: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
1fd9808dd0
commit
8bdf395d89
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue