From d6a18f72b6bcd1851527cfb35cb843f9a0e5c203 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 12 Dec 2017 10:58:03 -0500 Subject: [PATCH] UX: Mobile user profile button adjustment --- app/assets/stylesheets/mobile/user.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 2a29a58525f..390d5ce4685 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -142,12 +142,17 @@ } - li, span { + li { display: flex; flex: 1 1 auto; margin: 0 5px; } + span { + flex: 0 1 100%; + margin: 0 5px; + } + .user-profile-controls-outlet { margin: 0; li {