From 2ad24cf5dbd679e88ab4f7cbaab704fbefeb2bb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 14 Aug 2015 12:22:32 +0200 Subject: [PATCH] UX: button was floating in topic unsubscribe page on Safari --- app/assets/stylesheets/common/base/topic.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 873278a71a3..015b4b68714 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -67,6 +67,8 @@ .topic-unsubscribe { .notification-options { display: inline-block; + float: none; + line-height: 2em; .dropdown-toggle { float: none; }