mirror of
https://github.com/StepanovPlaton/Chat.git
synced 2026-04-04 04:40:42 +04:00
Complete setup for docker. Add readme, and fix some bugs
This commit is contained in:
@@ -20,7 +20,7 @@ export const Message = ({
|
||||
? "borderBottomRightRadius"
|
||||
: "borderBottomLeftRadius"]: 0,
|
||||
}}
|
||||
className={`max-w-20 p-2`}
|
||||
className={`p-2`}
|
||||
>
|
||||
{message.text}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user