2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

FIX: Box badges on 404 page not displaying correctly

This commit is contained in:
Kris 2018-01-17 13:42:39 -05:00
parent 70c5f6ae17
commit f108bc3715

View file

@ -43,7 +43,7 @@ h1.page-not-found {
display: none;
}
}
.badge-wrapper {
a:not(.badge-wrapper) {
flex-basis: 100%;
}
}