mirror of https://github.com/zulip/zulip.git
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:
parent
b2ca752f75
commit
8734d34cb7
|
@ -72,11 +72,6 @@ p {
|
|||
position: relative;
|
||||
z-index: 1;
|
||||
margin-bottom: 5px;
|
||||
|
||||
> * {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue