1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: fix commit message cell border in fast.vlang.io

This commit is contained in:
Delyan Angelov 2022-11-01 16:05:50 +02:00
parent 32ce3d9149
commit 1868b101a5
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -24,7 +24,9 @@ td {
table td:nth-child(3) {
width: 650px!important;
overflow: hidden;
display: block;
display: block;
border: 0px;
border-bottom: 1px solid lightgray;
}
.diff {
border-radius: 2.5px;