mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 13:12:13 +08:00
fixes hound
This commit is contained in:
parent
302a777615
commit
0435011fee
1 changed files with 3 additions and 3 deletions
4
app/assets/stylesheets/extend/bootstrap.scss
vendored
4
app/assets/stylesheets/extend/bootstrap.scss
vendored
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue