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;