mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +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-position: center !important;
|
||||||
background-color: var(--primary-header);
|
background-color: var(--primary-header);
|
||||||
|
|
||||||
> div {
|
/*> div {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user