Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 863 Rev 864
Línea 11... Línea 11...
11
const StyledNewsList = styled.ul`
11
const StyledNewsList = styled.ul`
12
  display: flex;
12
  display: flex;
13
  flex-direction: column;
13
  flex-direction: column;
14
  gap: 0.5rem;
14
  gap: 0.5rem;
15
  max-height: 380px;
15
  max-height: 380px;
-
 
16
  padding-bottom: 10px;
16
  overflow: auto;
17
  overflow: auto;
17
`
18
`
Línea 18... Línea 19...
18
 
19
 
19
const StyledNewItem = styled.div`
20
const StyledNewItem = styled.div`