Browse Source

Add max-width to commit message of repo-files-table

pull/830/head
Tony Tsang 10 years ago
parent
commit
9f4e584122
  1. 3
      public/ng/css/gogs.css
  2. 5
      public/ng/less/gogs/repository.less

3
public/ng/css/gogs.css

@ -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;
}

5
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 {

Loading…
Cancel
Save