mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
fix(header): fixed icons cutting off in header
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: cfe757a806...697960e42a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user