Commit 24583f57 authored by Mark Harding's avatar Mark Harding

(fix): comment counters should be vertically aligned

parent 422d7d5f
No related merge requests found
Pipeline #96142299 running with stages
......@@ -119,7 +119,7 @@
.minds-counter {
font-size: 12px;
line-height: 16px;
vertical-align: top;
vertical-align: middle;
}
}
}
......
Please register or to comment