Skip to content

Commit

Permalink
fix(big_number): white-space: nowrap to prevent wrapping (apache#27096)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Feb 13, 2024
1 parent 5e201bc commit 4796484
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 4796484

Please sign in to comment.