]> source.dussan.org Git - gitea.git/commitdiff
Add max-width to commit message of repo-files-table
authorTony Tsang <tony@tcnhk.com>
Mon, 5 Jan 2015 04:07:50 +0000 (12:07 +0800)
committerTony Tsang <tony@tcnhk.com>
Mon, 5 Jan 2015 04:22:20 +0000 (12:22 +0800)
public/ng/css/gogs.css
public/ng/less/gogs/repository.less

index aa5afaec1d424a8aaf75e1dc9f4e0bb44e2745be..12ae89ed4b34f53c7352dc4a94f7f84620d9dd40 100644 (file)
@@ -1250,6 +1250,9 @@ The register and sign-in page style
   color: #428BCA;
   text-decoration: underline;
 }
+#repo-files-table td.message .text-truncate {
+  max-width: 360px;
+}
 #repo-files-table tbody {
   background-color: #FFF;
 }
index c06b016e2ea334501879c52338ca0ee593217e40..291784298c7f370970aa0ba86457f8006a92cd0c 100644 (file)
         color: #428BCA;
         text-decoration: underline;
     }
+    td.message {
+        .text-truncate {
+            max-width: 360px;
+        }
+    }
     tbody {
         background-color: #FFF;
         tr:hover {