From cc3dcdddd5f6e818b657f597a15f549843229820 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Fri, 19 Dec 2014 23:41:15 +0100 Subject: [PATCH] more view fixes --- app/assets/stylesheets/scss/user.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/scss/user.scss b/app/assets/stylesheets/scss/user.scss index 6b02e728..3b6b19fa 100644 --- a/app/assets/stylesheets/scss/user.scss +++ b/app/assets/stylesheets/scss/user.scss @@ -40,4 +40,8 @@ border-bottom: 2px solid $brand-primary; background-color: #fff; text-transform: uppercase; +} + +.profile--panel .panel-body { + padding-top: 0px; } \ No newline at end of file