Fix CSS on profile page
This commit is contained in:
parent
681622b58c
commit
76f4ac758c
|
@ -2,7 +2,7 @@ Travis.reopen
|
|||
ProfileView: Travis.View.extend
|
||||
templateName: 'profile/show'
|
||||
layoutName: 'layouts/profile'
|
||||
classNames: ['application']
|
||||
classNames: ['profile-view']
|
||||
accountBinding: 'controller.account'
|
||||
subscribedBinding: 'account.subscribed'
|
||||
educationBinding: 'account.education'
|
||||
|
|
|
@ -20,7 +20,7 @@ html, body
|
|||
body > div:first-child
|
||||
min-height: 100vh
|
||||
|
||||
.main
|
||||
.main, .profile-view
|
||||
position: relative
|
||||
width: 100%
|
||||
min-height: 100vh
|
||||
|
|
Loading…
Reference in New Issue
Block a user