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:
parent
f8bb2d7ae6
commit
c33467b4d0
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue