mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 06:55:54 +01:00
(refs #423)Change blob view's table-layout property.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered blobview">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="font-weight: normal;">
|
<th style="font-weight: normal;">
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
|
|||||||
@@ -510,6 +510,10 @@ a.header-link:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.blobview {
|
||||||
|
table-layout: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
table.table-file-list {
|
table.table-file-list {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
|
|||||||
Reference in New Issue
Block a user