Fix last place with usercard having wrong width

This commit is contained in:
Henry Jameson 2018-09-03 22:23:53 +03:00
parent 08b044c365
commit d4f9d21857

View file

@ -14,8 +14,10 @@
<style lang="scss"> <style lang="scss">
.user-panel { .user-panel {
.profile-panel-background .panel-heading { .profile-panel-background .panel-heading {
background: transparent; background: transparent;
} flex-direction: column;
align-items: stretch;
}
} }
</style> </style>