diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index 8c74438727..403c0ae33b 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -181,7 +181,7 @@ const state = reactive({ width: 'fit-content', maxWidth: '100%', wordBreak: 'break-word', - whiteSpace: 'pre-wrap' + whiteSpace: 'pre-wrap!important' } as CSSProperties, drillFilters: [], viewInfoData: null,