minimize layout impact if handle unreasonable long

This commit is contained in:
Roland Osborne 2023-05-19 16:05:10 -07:00
parent 4a98edabbb
commit 6b6d756515
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export const ProfileWrapper = styled.div`
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
overflow: hidden;
.title { .title {
font-size: 18px; font-size: 18px;

View File

@ -36,6 +36,7 @@ export const IdentityWrapper = styled.div`
align-items: center; align-items: center;
justify-content: center; justify-content: center;
line-height: 16px; line-height: 16px;
min-width: 0;
.name { .name {
font-size: 14px; font-size: 14px;