From 24db001bfabea8e76c0738eaca600cbf259aa765 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 12 Jul 2017 16:16:59 -0400 Subject: [PATCH] FIX: user card contents can go up out of the bounds of the card when user has a title and full name --- app/assets/stylesheets/desktop/user-card.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/user-card.scss b/app/assets/stylesheets/desktop/user-card.scss index 2d48ec8e003..17b4363ebac 100644 --- a/app/assets/stylesheets/desktop/user-card.scss +++ b/app/assets/stylesheets/desktop/user-card.scss @@ -205,17 +205,12 @@ $user_card_background: $secondary; .names { float: left; - height: 60px; - position: relative; width: 45%; span { - position: absolute; - bottom: 0; display: block; width: 250px; } - } .badge-section {