diff --git a/sass/css/_shop.scss b/sass/css/_shop.scss index 3e88ff8..cfc8a83 100644 --- a/sass/css/_shop.scss +++ b/sass/css/_shop.scss @@ -468,7 +468,7 @@ button { top: 0; width: 100%; min-height: 70px; - max-height: 350px; + max-height: 320px; overflow-y: scroll; position: absolute; display: flex; @@ -486,7 +486,22 @@ button { } div { - margin: 0 0.2rem; + margin: 0.1rem 0.2rem; + font-size: 0.75rem; + + input { + padding: 0; + font-size: 0.75rem; + line-height: 1.1; + } + + label { + margin-bottom: 0.1rem; + } + } + + .form-check { + min-height: 1rem; } } diff --git a/static/js/shop_components.jsx b/static/js/shop_components.jsx index dca4728..d1aeeb8 100644 --- a/static/js/shop_components.jsx +++ b/static/js/shop_components.jsx @@ -36,7 +36,7 @@ class Radio extends Component { let key = this.props.id + this.props.outvar; return (