fix(header): fixed icons cutting off in header

This commit is contained in:
trashtemp 2021-12-25 00:47:42 +01:00
parent 6b11248364
commit 3b3ec69edd
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6
2 changed files with 3 additions and 3 deletions

2
external/lang vendored

@ -1 +1 @@
Subproject commit cfe757a806f038ce68b50d907c43f9f1742756a6
Subproject commit 697960e42a5e27947a1b8d7338b406ae5a9372dd

View file

@ -33,11 +33,11 @@ const Header = styled.div<Props>`
background-position: center !important;
background-color: var(--primary-header);
> div {
/*> div {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}*/
svg {
flex-shrink: 0;