Skip to content

Commit

Permalink
Merge pull request #1498 from kianamcc/SWC-7221
Browse files Browse the repository at this point in the history
SWC-7221: SRC UserCards don't stretch for 2-column grid layout on some devices
  • Loading branch information
kianamcc authored Jan 14, 2025
2 parents 27ab198 + b429516 commit aecff54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/synapse-react-client/src/style/base/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ a.SRC-whiteText {
width: 100%;
width: -webkit-fill-available; // for chrome
width: -moz-available; // for firefox
padding-left: 25px;
padding: 0 25px;
min-width: 350px;
}

Expand Down Expand Up @@ -377,7 +377,7 @@ a.SRC-whiteText {
.SRC-card-grid-row {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
column-gap: 18px;
}

.SRC-split {
Expand All @@ -389,7 +389,7 @@ a.SRC-whiteText {

.SRC-grid-item {
height: 120px;
flex-grow: 0;
flex-grow: 1;
flex-shrink: 1;
margin: 10px 10px;
width: 350px;
Expand Down

0 comments on commit aecff54

Please sign in to comment.