From aa3a658bb16f9b372fbb654aeac4899991366cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Mon, 6 Oct 2014 22:24:43 +0200 Subject: [PATCH] remove float from the 'show email' button on user's profile on mobile --- app/assets/stylesheets/mobile/user.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 43aa0f85a..9bf0970b0 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -170,6 +170,9 @@ a { color: inherit; } + .btn { + float: none; + } } dt { color: scale-color($primary, $lightness: 75%);