diff options
| author | Henry Jameson <me@hjkos.com> | 2018-09-03 22:23:53 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-09-03 22:23:53 +0300 |
| commit | d4f9d21857ae1dffce0d4627e536038138e015a5 (patch) | |
| tree | c2328a0f63d0002173a10b8d194a39c1966198ff /src/components/user_panel | |
| parent | 08b044c365527492b1f6d20f2f5a2acb125799b4 (diff) | |
Fix last place with usercard having wrong width
Diffstat (limited to 'src/components/user_panel')
| -rw-r--r-- | src/components/user_panel/user_panel.vue | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue index 3d4f873d..2d5cb500 100644 --- a/src/components/user_panel/user_panel.vue +++ b/src/components/user_panel/user_panel.vue @@ -14,8 +14,10 @@ <style lang="scss"> .user-panel { - .profile-panel-background .panel-heading { - background: transparent; - } + .profile-panel-background .panel-heading { + background: transparent; + flex-direction: column; + align-items: stretch; + } } </style> |
