fix(style): imgs overflow style on chat

This commit is contained in:
jialin
2025-06-27 13:43:40 +08:00
parent 85754ccfb5
commit 5861508153
5 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ const useStyles = createStyles(({ css, token }) => {
return {
wrapper: css`
position: relative;
min-width: 300px;
min-width: 360px;
height: 54px;
display: flex;
align-items: center;