From 63fdad8703bc640b8a3698490a536fb68b6d089c Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 30 Aug 2018 22:59:52 +0300 Subject: [PATCH] fix --- src/components/user_profile/user_profile.vue | 2 ++ 1 file changed, 2 insertions(+) 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; } }