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:
parent
730201d423
commit
0783f8b9e6
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue