Skip to content

Commit 1868b10

Browse files
committed
tools: fix commit message cell border in fast.vlang.io
1 parent 32ce3d9 commit 1868b10

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/tools/fast/header.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
table td:nth-child(3) {
2525
width: 650px!important;
2626
overflow: hidden;
27-
display: block;
27+
display: block;
28+
border: 0px;
29+
border-bottom: 1px solid lightgray;
2830
}
2931
.diff {
3032
border-radius: 2.5px;

0 commit comments

Comments
 (0)