mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 12:43:54 -06:00
Fixing badge detail positioning
This commit is contained in:
parent
730201d423
commit
0783f8b9e6
@ -276,6 +276,7 @@
|
||||
|
||||
.show-badge-details {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
margin-bottom: 2em;
|
||||
margin-top: 1em;
|
||||
@ -283,6 +284,7 @@
|
||||
.badge-grant-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user