From 8f82d790d468d03b909aee1e6b17e633e25bb487 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Tue, 18 Feb 2020 23:40:10 +0100 Subject: [PATCH] FIX: prevents notifications button to be cutoff on mobile (#8998) --- .../stylesheets/common/select-kit/notifications-button.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/select-kit/notifications-button.scss b/app/assets/stylesheets/common/select-kit/notifications-button.scss index bc8bb2e5574..03d7e8c2099 100644 --- a/app/assets/stylesheets/common/select-kit/notifications-button.scss +++ b/app/assets/stylesheets/common/select-kit/notifications-button.scss @@ -6,7 +6,6 @@ width: 400px; @media screen and (max-width: 767px) { - max-width: 100%; width: auto; } }