Переглянути джерело

Fix Word break issue in dash

Yoginth 7 роки тому
батько
коміт
ce59e90811
2 змінених файлів з 2 додано та 2 видалено
  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;
 	}
 }