Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

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 committed Jul 28, 2023
1 parent a6c4010 commit e76e08c
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 e76e08c

Please sign in to comment.