Forráskód Böngészése

Fix Word break issue in dash

Yoginth 7 éve
szülő
commit
ce59e90811
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      public/css/gitote.css
  2. 1 1
      public/less/_dashboard.less

+ 1 - 1
public/css/gitote.css

@@ -3725,7 +3725,7 @@ footer .ui.language .menu {
   margin-bottom: -5px;
 }
 .feeds .issue {
-  word-break: break-all;
+  word-break: break-all !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;
+		word-break: break-all !important;
 		font-size: 13px !important;
 	}
 }