Fix logo height in the status page list

pull/1857/head
Louis Lam 2 years ago
parent 0a8046c98e
commit a7063b8aca

@ -91,6 +91,7 @@ export default {
.logo {
width: $logo-width;
height: $logo-width;
// Better when the image is loading
min-height: 1px;

Loading…
Cancel
Save