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 d51ff5c063 fix: Minor layout issue in Exception dialog
d51ff5c063 is described below
commit d51ff5c0638d9236dd2c27f7f9a0b6feb2b133c9
Author: Dominik Riemer <[email protected]>
AuthorDate: Mon Sep 22 10:04:58 2025 +0200
fix: Minor layout issue in Exception dialog
---
.../exception-details-dialog/exception-details-dialog.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ui/projects/streampipes/shared-ui/src/lib/components/sp-exception-message/exception-details-dialog/exception-details-dialog.component.html
b/ui/projects/streampipes/shared-ui/src/lib/components/sp-exception-message/exception-details-dialog/exception-details-dialog.component.html
index 2fc0e74851..5de3b2861d 100644
---
a/ui/projects/streampipes/shared-ui/src/lib/components/sp-exception-message/exception-details-dialog/exception-details-dialog.component.html
+++
b/ui/projects/streampipes/shared-ui/src/lib/components/sp-exception-message/exception-details-dialog/exception-details-dialog.component.html
@@ -22,7 +22,7 @@
</sp-exception-details>
</div>
<mat-divider></mat-divider>
- <div class="sp-dialog-actions actions-align-right">
+ <div class="sp-dialog-actions actions-align-right" fxLayoutGap="10px">
@if (additionalButton) {
<button mat-flat-button color="accent" (click)="close(true)">
{{ additionalButtonText }}