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 and sfirke committed Mar 22, 2024
1 parent ec21090 commit 8c86dc0
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 8c86dc0

Please sign in to comment.