fix(big_number): white-space: nowrap to prevent wrapping (#27096)

This commit is contained in:
Maxime Beauchemin
2024-02-12 19:09:13 -08:00
committed by GitHub
parent 5e201bcd85
commit 4796484190

View File

@@ -354,6 +354,7 @@ export default styled(BigNumberVis)`
.header-line {
position: relative;
line-height: 1em;
white-space: nowrap;
span {
position: absolute;
bottom: 0;