Sfoglia il codice sorgente

Updated Word Breakage in Dashboard issue comments

Yoginth 7 anni fa
parent
commit
ae8ab52e25
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;
 	}
 }