mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
minimize layout impact if handle unreasonable long
This commit is contained in:
parent
4a98edabbb
commit
6b6d756515
@ -38,6 +38,7 @@ export const ProfileWrapper = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
|
||||
.title {
|
||||
font-size: 18px;
|
||||
|
@ -36,6 +36,7 @@ export const IdentityWrapper = styled.div`
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
line-height: 16px;
|
||||
min-width: 0;
|
||||
|
||||
.name {
|
||||
font-size: 14px;
|
||||
|
Loading…
Reference in New Issue
Block a user