mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 00:15:50 +01:00
Merge pull request #449 from jparound30/fix_423
Change blob view's table-layout property.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user