1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00

chore: remove max-height

not need it here.
This commit is contained in:
Juan Picado @jotadeveloper 2018-12-15 09:44:17 +01:00
parent cbf42ee063
commit d74b347373
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

@ -147,8 +147,6 @@ export const Avatar = styled(Photo)`
export const Description = styled.div` export const Description = styled.div`
&& { && {
margin: 5px 0; margin: 5px 0;
max-height: 100px;
text-overflow: ellipsis;
} }
`; `;