Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3526 | Rev 3715 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3526 Rev 3570
Línea 18... Línea 18...
18
          display: 'flex',
18
          display: 'flex',
19
          justifyContent: 'center',
19
          justifyContent: 'center',
20
          alignItems: 'center'
20
          alignItems: 'center'
21
        }}
21
        }}
22
      >
22
      >
23
        <Card styles={{ maxWidth: '500px', maxHeight: '80vh', overflowY: 'auto' }}>
23
        <Card styles={{ width: '100%', maxWidth: { xs: '80vw', md: '500px', lg: '800px' } }}>
24
          <CardHeader title={title} />
24
          <CardHeader title={title} />
25
          <CardContent>{content}</CardContent>
25
          <CardContent styles={{ maxHeight: '70vh', overflowY: 'auto' }}>{content}</CardContent>
26
        </Card>
26
        </Card>
27
      </Box>
27
      </Box>
28
    </MuiModal>
28
    </MuiModal>
29
  );
29
  );
30
}
30
}