diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-30 22:59:52 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-30 22:59:52 +0300 |
| commit | 63fdad8703bc640b8a3698490a536fb68b6d089c (patch) | |
| tree | 6d838e41cbc7fef95715f07c062e7a052640fe4e /src | |
| parent | 1461a52ade065eb3e4edc5b10fe12910344a0981 (diff) | |
fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index f8502907..91d4acd2 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -17,6 +17,8 @@ padding-bottom: 10px; .panel-heading { background: transparent; + flex-direction: column; + align-items: stretch; } } </style> |
