From 0435011fee13e0a19e187d37a8894acaf8cc1cec Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Thu, 8 Sep 2016 12:43:30 +0200 Subject: [PATCH] fixes hound --- app/assets/stylesheets/extend/bootstrap.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/extend/bootstrap.scss b/app/assets/stylesheets/extend/bootstrap.scss index 9cd4d9182..a33f5763a 100644 --- a/app/assets/stylesheets/extend/bootstrap.scss +++ b/app/assets/stylesheets/extend/bootstrap.scss @@ -18,8 +18,8 @@ } @media (max-width: 886px) { - /* line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */ + // line 18, /usr/local/bundle/gems/bootstrap-sass-3.3.6/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss .hidden-xs-custom { - display: none !important; + display: none; } -} \ No newline at end of file +}