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

Fixing badge detail positioning

This commit is contained in:
Kris 2018-03-02 13:21:04 -05:00
parent 730201d423
commit 0783f8b9e6

View file

@ -276,6 +276,7 @@
.show-badge-details { .show-badge-details {
display: flex; display: flex;
flex-wrap: wrap;
flex-direction: row; flex-direction: row;
margin-bottom: 2em; margin-bottom: 2em;
margin-top: 1em; margin-top: 1em;
@ -283,6 +284,7 @@
.badge-grant-info { .badge-grant-info {
display: flex; display: flex;
align-items: center; align-items: center;
width: 100%;
&.hidden { &.hidden {
display: none; display: none;
} }