Skip to content

Commit a19e9bd

Browse files
authored
Merge pull request #323 from topcoder-platform/feat/GAME-82
mobile fix on badge created modal
2 parents 1be3f52 + 84a22fb commit a19e9bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src-ts/tools/gamification-admin/game-lib/modals/badge-created-modal/BadgeCreatedModal.module.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
display: flex;
66
flex-direction: column;
77
justify-content: space-between;
8-
min-height: 100%;
98

109
.badge {
1110
display: flex;
1211
align-items: center;
1312
margin-bottom: $space-xxl;
13+
14+
@include ltemd {
15+
margin-bottom: 0;
16+
}
1417

1518
.badge-image {
1619
width: 43px;

0 commit comments

Comments
 (0)