style: Adjust horizontal message layout display property
This commit is contained in:
parent
869e56b53c
commit
7199f73e06
@ -202,7 +202,7 @@ const MessageWrapper = styled(Scrollbar)<MessageWrapperProps>`
|
|||||||
return props.$selected ? 'block' : 'none'
|
return props.$selected ? 'block' : 'none'
|
||||||
}
|
}
|
||||||
if (props.$layout === 'horizontal') {
|
if (props.$layout === 'horizontal') {
|
||||||
return 'inline-flex'
|
return 'inline-block'
|
||||||
}
|
}
|
||||||
return 'block'
|
return 'block'
|
||||||
}};
|
}};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user