dmencu 0.8.42 → 0.8.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1766,7 +1766,7 @@ export function DesplegarCarga(props:{
1766
1766
  }
1767
1767
  }){
1768
1768
  const {carga, idCarga, informacionHdr, respuestas} = props;
1769
- return <Paper className="carga">
1769
+ return <Paper className="carga" style={{marginBottom: '10px', padding: '10px'}}>
1770
1770
  <div className="informacion-carga">
1771
1771
  <div className="carga">Área: {idCarga}</div>
1772
1772
  <div className="observaciones">{carga.observaciones}</div>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "0.8.42",
4
+ "version": "0.8.44",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",