This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 4796484190 fix(big_number): white-space: nowrap to prevent wrapping
(#27096)
4796484190 is described below
commit 4796484190010275c037595c79b01d281d09ff60
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Feb 12 19:09:13 2024 -0800
fix(big_number): white-space: nowrap to prevent wrapping (#27096)
---
.../plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git
a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx
b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx
index 112e21657f..8a95a81d5f 100644
---
a/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx
+++
b/superset-frontend/plugins/plugin-chart-echarts/src/BigNumber/BigNumberViz.tsx
@@ -354,6 +354,7 @@ export default styled(BigNumberVis)`
.header-line {
position: relative;
line-height: 1em;
+ white-space: nowrap;
span {
position: absolute;
bottom: 0;