mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(big_number): white-space: nowrap to prevent wrapping (#27096)
This commit is contained in:
committed by
GitHub
parent
5e201bcd85
commit
4796484190
@@ -354,6 +354,7 @@ export default styled(BigNumberVis)`
|
||||
.header-line {
|
||||
position: relative;
|
||||
line-height: 1em;
|
||||
white-space: nowrap;
|
||||
span {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user