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;