This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch fix-label-data-explorer in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 3d823900f6e45030ae760a0c958cf33ce246296e Author: Dominik Riemer <[email protected]> AuthorDate: Wed Nov 26 16:08:10 2025 +0100 fix: Title width in data explorer --- .../chart-container/data-explorer-chart-container.component.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ui/src/app/data-explorer-shared/components/chart-container/data-explorer-chart-container.component.html b/ui/src/app/data-explorer-shared/components/chart-container/data-explorer-chart-container.component.html index 1b01151a56..b8997d02c8 100644 --- a/ui/src/app/data-explorer-shared/components/chart-container/data-explorer-chart-container.component.html +++ b/ui/src/app/data-explorer-shared/components/chart-container/data-explorer-chart-container.component.html @@ -32,7 +32,7 @@ " > @if (!previewMode) { - <div class="widget-header h-40"> + <div class="widget-header h-40 w-100"> <div fxFlex="100" fxLayout="row"> <div fxFlex @@ -43,11 +43,7 @@ {{ configuredWidget.baseAppearanceConfig.widgetTitle }} </div> @if (!kioskMode) { - <div - fxFlex="100" - fxLayout="row" - fxLayoutAlign="end center" - > + <div fxLayout="row" fxLayoutAlign="end center"> @if (editMode) { @if (timerActive) { <mat-spinner
