Add nowrap to edit profile link

This commit is contained in:
Hannu Lyytikainen 2018-07-06 15:07:24 +03:00
parent cbeb4fcc02
commit 7b956e52bf

View file

@ -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;
}