Skip to content

Commit

Permalink
fix(big_number): white-space: nowrap to prevent wrapping (#27096)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4796484)
  • Loading branch information
mistercrunch authored and michael-s-molina committed Feb 13, 2024
1 parent b368ea3 commit 48c358b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ export default styled(BigNumberVis)`
.header-line {
position: relative;
line-height: 1em;
white-space: nowrap;
span {
position: absolute;
bottom: 0;
Expand Down

0 comments on commit 48c358b

Please sign in to comment.