Explorar o código

Updated Word Breakage in Dashboard issue comments

Yoginth %!s(int64=7) %!d(string=hai) anos
pai
achega
ae8ab52e25
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      public/css/gitote.css
  2. 1 1
      public/less/_dashboard.less

+ 1 - 1
public/css/gitote.css

@@ -3728,7 +3728,7 @@ footer .ui.language .menu {
   margin-bottom: -5px;
 }
 .feeds .issue {
-  word-break: break-all !important;
+  overflow-wrap: break-word !important;
   font-size: 13px !important;
 }
 .ui.grid > [class*="fifteen wide"].column {

+ 1 - 1
public/less/_dashboard.less

@@ -246,7 +246,7 @@
 
 .feeds {
 	.issue {
-		word-break: break-all !important;
+		overflow-wrap: break-word !important;
 		font-size: 13px !important;
 	}
 }