Merge pull request #2876 from Bilb/fix-shadow-long-name-background

fix: background of msgbox with long display name
pull/2878/head
Audric Ackermann 2 years ago committed by GitHub
commit f2e7ed76fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ const StyledMessageOpaqueContent = styled(StyledMessageHighlighter)<{
align-self: ${props => (props.messageDirection === 'incoming' ? 'flex-start' : 'flex-end')};
padding: var(--padding-message-content);
border-radius: var(--border-radius-message-box);
max-width: 100%;
width: 100%;
`;
export const IsMessageVisibleContext = createContext(false);

Loading…
Cancel
Save