From 354fd32e7b6f87d5677d2785e5f46317ceaa4698 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sun, 30 Dec 2018 22:41:31 +0200 Subject: [PATCH] Fix conflicting styles --- src/components/user_profile/user_profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 84fdba45..a46befa5 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -43,7 +43,7 @@ flex: 2; flex-basis: 500px; - .panel-heading { + .profile-panel-background .panel-heading { background: transparent; flex-direction: column; align-items: stretch;