Broken styles in Administration's contextual bar (#14222)
* Wrap userEdit into contextual bar content * Remove contextual bar header style when empty * Fix padding in admin room info and admin user infopull/14225/head^2
parent
abe05b6102
commit
b4df795671
@ -1,12 +1,9 @@ |
||||
<template name="adminUserInfo"> |
||||
|
||||
|
||||
{{#if _id}} |
||||
{{> userInfo .}} |
||||
{{else}} |
||||
<div class="edit-form"> |
||||
<section class="contextual-bar__content"> |
||||
<div>{{_ "Please_select_an_user"}}</div> |
||||
</div> |
||||
</section> |
||||
{{/if}} |
||||
|
||||
</template> |
||||
|
Loading…
Reference in new issue