Skip to content

Commit

Permalink
Used white-space: nowrap instead of width: max-content
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Nov 10, 2021
1 parent 5ab450a commit f7e4643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const StyledToolbar = styled.div`
}
.limitDropdown {
width: max-content;
white-space: nowrap;
}
`;

Expand Down

0 comments on commit f7e4643

Please sign in to comment.