From 6fa03e35eb9e73672a905b030295e8a77e552422 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 12 Sep 2024 21:23:15 -0600 Subject: [PATCH] Add line break below the range select on mobile only --- elcri.men/src/pages/mapa-de-delincuencia.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/elcri.men/src/pages/mapa-de-delincuencia.js b/elcri.men/src/pages/mapa-de-delincuencia.js index 80a1f723..a335e270 100644 --- a/elcri.men/src/pages/mapa-de-delincuencia.js +++ b/elcri.men/src/pages/mapa-de-delincuencia.js @@ -577,11 +577,14 @@ class DotMapGL extends React.Component { className="column has-text-centered is-full" style={{ fontFamily: 'Roboto Condensed, sans-serif' }} > + :{' '} +
+
+
- + {this.state.sValues[0]} -{' '} + {this.state.sValues[1]}{' '} - : {this.state.sValues[0]} -{' '} - {this.state.sValues[1]} @@ -653,7 +656,7 @@ function HomicideMapPage(props) { format="auto" responsive="true" /> */} -
+