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:
parent
32ce3d9149
commit
1868b101a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user