This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 9ebbdf82e4 fix: Title width in data explorer (#3973)
9ebbdf82e4 is described below
commit 9ebbdf82e455a2a942a83d8848003bb443be8ff9
Author: Dominik Riemer <[email protected]>
AuthorDate: Wed Nov 26 16:10:26 2025 +0100
fix: Title width in data explorer (#3973)
---
.../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