updated chat styling; text input now always visible
This commit is contained in:
parent
1a9ee12533
commit
9ec1956687
4 changed files with 36 additions and 7 deletions
|
|
@ -242,8 +242,8 @@ export default function ChatMessage(props: Props) {
|
|||
</Typography>
|
||||
</Grid>
|
||||
</Grid>
|
||||
<Grid>
|
||||
<Typography variant="body2">
|
||||
<Grid size={{ xs: 12 }}>
|
||||
<Typography variant="body2" whiteSpace={"pre-line"}>
|
||||
{props.note.content()}
|
||||
</Typography>
|
||||
{/*load files and display attached images below the message */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue