aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs
diff options
context:
space:
mode:
authorTony Tsang <tony@tcnhk.com>2015-01-05 12:07:50 +0800
committerTony Tsang <tony@tcnhk.com>2015-01-05 12:22:20 +0800
commit9f4e584122b231931ada88e2c813aa720b1bd56e (patch)
treeb3969228da250d35edaf09b23c4725274fa586e5 /public/ng/less/gogs
parentd5c6b535715c9c791f6cff7e19c66cedd089c6d2 (diff)
Add max-width to commit message of repo-files-table
Diffstat (limited to 'public/ng/less/gogs')
-rw-r--r--public/ng/less/gogs/repository.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index c06b016e..29178429 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -281,6 +281,11 @@
color: #428BCA;
text-decoration: underline;
}
+ td.message {
+ .text-truncate {
+ max-width: 360px;
+ }
+ }
tbody {
background-color: #FFF;
tr:hover {