Merge pull request #449 from jparound30/fix_423

Change blob view's table-layout property.
This commit is contained in:
tanacasino
2014-08-07 23:08:54 +09:00
2 changed files with 5 additions and 1 deletions

View File

@@ -510,6 +510,10 @@ a.header-link:hover {
text-decoration: none;
}
table.blobview {
table-layout: fixed;
}
table.table-file-list {
margin-bottom: 0px;
border: 1px solid #ddd;