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

Commit 73ded80

Browse files
committed
Merge pull request #551 from appirio-tech/sup-2409-iphone-bugs
Fix alignment for srm cards
2 parents 0fdec5f + 1a35cd8 commit 73ded80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/my-dashboard/srms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525

2626
.srm-tiles {
2727
@include horizontal-scroll;
28-
display: flex;
29-
flex-direction: row;
3028
@media only screen and (min-width: 768px) {
29+
display: flex;
3130
flex-flow: row wrap;
3231
margin: 0 auto;
3332
overflow: visible;
@@ -78,6 +77,7 @@
7877
display: inline;
7978
width: 270px;
8079
height: 321px;
80+
vertical-align: top;
8181
margin-bottom: 15px;
8282
padding: 0 21px;
8383
border: 1px solid #DCDCDC;

0 commit comments

Comments
 (0)