Skip to content

Commit

Permalink
[PAY-1660] Fix layout issues with TrackTile socials row with a lot of…
Browse files Browse the repository at this point in the history
… stats (#3815)
  • Loading branch information
schottra authored Jul 28, 2023
1 parent 089a9e6 commit c0679c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@

.socialInfo {
display: inline-flex;
width: 100%;
flex: 1 1 100%;
min-width: 0;
justify-content: flex-start;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,15 @@
margin-right: var(--unit-20);
}

.small .bottomRight {
/* Match socialsRow to keep these in line */
height: 18px;
}

.socialInfo {
display: inline-flex;
width: 100%;
flex: 1 1 100%;
min-width: 0;
justify-content: flex-start;
}

Expand Down

0 comments on commit c0679c3

Please sign in to comment.