Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0fdec5f

Browse files
committed
Merge pull request #550 from appirio-tech/sup-2409-iphone-bugs
Remove flex on mobile and add vertical align
2 parents 4d160eb + 970ad08 commit 0fdec5f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

assets/css/my-dashboard/programs.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
.badge-and-challenges {
3232
@include horizontal-scroll;
33-
display: flex;
34-
flex-direction: row;
3533
@media only screen and (min-width: 768px) {
36-
flex-wrapper: wrap;
34+
display: flex;
35+
flex-direction: row;
36+
flex-wrap: wrap;
3737
margin: 0 auto;
3838
overflow: visible;
3939
white-space: normal;
@@ -49,6 +49,7 @@
4949

5050
.registered-badge {
5151
display: inline;
52+
vertical-align: top;
5253
height: 370px;
5354
min-width: 270px;
5455
border: 1px solid #DCDCDC;

0 commit comments

Comments
 (0)