remove the unneeded line break introduced by #3092

This commit is contained in:
AUTOMATIC 2022-10-19 12:01:31 +03:00
parent bb0e7232b3
commit 9931c0bd48
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
color: #444;
}
.performance p{
display: inline-block;
}
.performance .time {
margin-right: 0;
}