Skip to content

Commit

Permalink
fix topbar banner mobile if have multi line
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhoaidanh committed Sep 6, 2023
1 parent 49e8617 commit 7ce68cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Announcement/Popups/TopBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ const TextContent = styled.div<{ isOverflow: boolean; animationDuration: number
};
white-space: nowrap;
position: absolute;
display: flex;
gap: 4px;
`}
> * {
margin: 0;
Expand Down

0 comments on commit 7ce68cf

Please sign in to comment.