Fix padding on page views: the container class interacts oddly now with the new bootstrap
This commit is contained in:
parent
f7615b2e96
commit
9d91226cff
28 changed files with 50 additions and 41 deletions
|
@ -6,7 +6,7 @@
|
|||
No matching user found
|
||||
</div>
|
||||
|
||||
<div class="user-admin container" ng-show="!user.anonymous">
|
||||
<div class="user-admin cor-container" ng-show="!user.anonymous">
|
||||
<div class="row">
|
||||
<div class="organization-header-element">
|
||||
<span class="avatar" size="24" hash="user.avatar"></span>
|
||||
|
|
Reference in a new issue