Add auto-complete to message editor.

This commit is contained in:
Paul
2021-07-03 23:42:05 +01:00
parent d8930d5e94
commit e9f303828f
2 changed files with 18 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ export const MessageContent = styled.div`
min-width: 0;
flex-grow: 1;
display: flex;
overflow: hidden;
// overflow: hidden;
font-size: .875rem;
flex-direction: column;
justify-content: center;