0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05: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

View file

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