diff --git a/public/css/gogs.css b/public/css/gogs.css index 83f0f33c2..58927879c 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -3034,6 +3034,7 @@ footer .ui.language .menu { } .feeds .news p { line-height: 1em; + overflow-wrap: break-word; } .feeds .news .time-since { font-size: 13px; diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index f00a271a1..240dbd62d 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -61,6 +61,7 @@ } p { line-height: 1em; + overflow-wrap: break-word; } .time-since { font-size: 13px;