Fix message styling

This commit is contained in:
2025-09-17 20:46:07 +03:00
Unverified
parent a2ba33edb6
commit adfd813d80
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -180,6 +180,11 @@
border-radius: 12px;
position: relative;
word-wrap: break-word;
overflow-wrap: anywhere;
word-break: break-word;
width: fit-content;
max-width: 100%;
display: inline-block;
.message-content {
word-wrap: break-word;
+2 -2
View File
@@ -53,8 +53,8 @@ export default defineConfig({
appType: "mpa",
css: {
postcss: {
plugins: [autoprefixer()],
},
plugins: [autoprefixer()]
}
},
build: {
minify: 'terser',