diff --git a/src/public/js/components/list/filter.js b/src/public/js/components/list/filter.js index 6137836..39450f1 100644 --- a/src/public/js/components/list/filter.js +++ b/src/public/js/components/list/filter.js @@ -3,9 +3,9 @@ import { Control, Form } from 'react-redux-form'; export default function ListFilter(props) { return ( -
-
-
+
+
+ h2 { color: @body-bg; } + +@media (max-width: @screen-xs-max) { + form.hidebtn-xs.input-group { + display: inherit; + } +}