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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user