mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Fix message styling
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -53,8 +53,8 @@ export default defineConfig({
|
||||
appType: "mpa",
|
||||
css: {
|
||||
postcss: {
|
||||
plugins: [autoprefixer()],
|
||||
},
|
||||
plugins: [autoprefixer()]
|
||||
}
|
||||
},
|
||||
build: {
|
||||
minify: 'terser',
|
||||
|
||||
Reference in New Issue
Block a user