From 7b956e52bfc460352a4257bb8254bf8d6db7dd36 Mon Sep 17 00:00:00 2001 From: Hannu Lyytikainen Date: Fri, 6 Jul 2018 15:07:24 +0300 Subject: [PATCH] Add nowrap to edit profile link --- src/components/UserCard/UserCard.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/UserCard/UserCard.css b/src/components/UserCard/UserCard.css index e3c7476b..480326ae 100644 --- a/src/components/UserCard/UserCard.css +++ b/src/components/UserCard/UserCard.css @@ -99,8 +99,7 @@ @apply --marketplaceH4FontStyles; display: none; margin-bottom: 0; - - /* Align to same baseline as the "Your host" heading */ + white-space: nowrap; @media (--viewportMedium) { display: inline; @@ -111,8 +110,6 @@ @apply --marketplaceH4FontStyles; display: inline; - /* Align to same baseline as the "Your host" heading */ - @media (--viewportMedium) { display: none; }