From a39fc3ef4260917328d6b8e7cc4f35ef806c244e Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Wed, 18 Nov 2015 23:07:17 +0100 Subject: hide 'help' link on mobile screens --- web/sass-files/sass/partials/_responsive.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index aad991035..2db7f6eeb 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -304,7 +304,7 @@ } @media screen and (max-width: 768px) { .textarea-wrapper { - .textbox-preview-link { + .textbox-preview-link, .textbox-help-link { display: none; } } -- cgit v1.2.3-1-g7c22