Explorar o código

public/css: add 'overflow-wrap: break-word' to dashboard news feeds (#5507)

A.J. Ruckman %!s(int64=6) %!d(string=hai) anos
pai
achega
f4630f9044
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      public/css/gogs.css
  2. 1 0
      public/less/_dashboard.less

+ 1 - 0
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;

+ 1 - 0
public/less/_dashboard.less

@@ -61,6 +61,7 @@
 		}
 		p {
 			line-height: 1em;
+			overflow-wrap: break-word;
 		}
 		.time-since {
 			font-size: 13px;