stats: Remove unnecessary CSS.

This CSS was needed when there was label along with the buttons
on the same line when this was originally added in 626c5ef55e.

But there is no label with the buttons now, so this CSS is not
needed.
This commit is contained in:
Sahil Batra 2024-07-24 16:21:55 +05:30 committed by Tim Abbott
parent b2ca752f75
commit 8734d34cb7
1 changed files with 0 additions and 5 deletions

View File

@ -72,11 +72,6 @@ p {
position: relative;
z-index: 1;
margin-bottom: 5px;
> * {
display: inline-block;
vertical-align: top;
}
}
}