From ecef9702500870ee979b62c8c7c9ca4bede008bf Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 10 Jul 2017 08:56:28 +0200 Subject: [PATCH] float connect button right because flex styles messed up the pencil icon --- www/profile/main.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/profile/main.less b/www/profile/main.less index 3cb7e33f9..32804c328 100644 --- a/www/profile/main.less +++ b/www/profile/main.less @@ -95,6 +95,11 @@ line-height: 40px; } } + + // I tried using flexbox but messed with how the pencil icon was displayed + #inviteButton { + float: right; + } #description { position: relative; font-size: 16px;