From fd3da0f0b38834228cfe59460accba4a176e0ecc Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Fri, 5 Jun 2015 02:37:43 +0200 Subject: [PATCH] Profile padding fixes --- app/assets/stylesheets/profile.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/profile.scss b/app/assets/stylesheets/profile.scss index a598b4bf9..7afff703c 100644 --- a/app/assets/stylesheets/profile.scss +++ b/app/assets/stylesheets/profile.scss @@ -75,6 +75,7 @@ ul#profile_nav { list-style: none; margin: 0; + padding: 0; > li { display: inline-block; &.active { @@ -115,6 +116,7 @@ ul#profile_information { margin: 0; + padding: 0; list-style: none; overflow-x: hidden; word-wrap: break-word;