From b00e6ea4999a9ff7aaa740742c826810cf7aebd6 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 14 Nov 2024 14:13:40 +0800 Subject: [PATCH] no message --- css/common.css | 1 + css/common.less | 1 + 2 files changed, 2 insertions(+) diff --git a/css/common.css b/css/common.css index 4c8e45b..2b9b9c0 100644 --- a/css/common.css +++ b/css/common.css @@ -3,6 +3,7 @@ margin: 0; box-sizing: border-box; text-decoration: auto; + word-break: break-word; } .flexflex { display: flex; diff --git a/css/common.less b/css/common.less index adc252b..ae0b8ee 100644 --- a/css/common.less +++ b/css/common.less @@ -3,6 +3,7 @@ margin: 0; box-sizing: border-box; text-decoration: auto; + word-break: break-word; } .flexflex {