Fix the height of the "new update"-text (#191)

Make sure that the version number of the container does not overflow to the next menu item
This commit is contained in:
Fülöp 2022-06-01 21:42:12 +02:00 committed by GitHub
parent f8bb2d7ae6
commit c33467b4d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,6 +63,8 @@ const Link = styled(Item)`
`
const VersionContainer = styled(Item)`
height: auto;
min-height: 32px;
padding-top: 12px;
padding-bottom: 10px;
flex-direction: column;