Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-21 10:49:31 +0000
committerSravan Kumar Lakkimsetti2018-12-21 10:55:37 +0000
commitd0a1174c46b8dcb94b943dd4993d9344a80f10d4 (patch)
treeb84b5867b1407fb93da5b186f79ad5d546d2d751 /eclipse.platform.releng.tychoeclipsebuilder
parent63da3410cb37c2fe50321ca28f2c802e14f91d12 (diff)
downloadeclipse.platform.releng.aggregator-d0a1174c46b8dcb94b943dd4993d9344a80f10d4.tar.gz
eclipse.platform.releng.aggregator-d0a1174c46b8dcb94b943dd4993d9344a80f10d4.tar.xz
eclipse.platform.releng.aggregator-d0a1174c46b8dcb94b943dd4993d9344a80f10d4.zip
Bug 541598 - Generate gitLog as html report
Change-Id: I6932943f6275f57097b0a41860d01489ce908a75 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css
index 3a6871f58..079a23876 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/gitLogSection.css
@@ -65,7 +65,7 @@ div.gitLogSection table th.datecell {
div.gitLogSection table td.datecell {
text-align: left;
color: black;
- width: 235px;
+ width: 200px;
text-overflow: ellipsis;
}
@@ -89,7 +89,7 @@ div.gitLogSection table th.commitcell {
div.gitLogSection table td.commitcell {
text-align: left;
- width: 965px;
+ width: 1000px;
color: black;
overflow: hidden;
display: inline-block;

Back to the top