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 1a7a1004a [hotfix] Fix layout issue in label configuration
     new 2a49d0227 Merge branch 'dev' of github.com:apache/streampipes into dev
1a7a1004a is described below

commit 1a7a1004a26a011d63cd2bd25b0f51b4c1c0db3c
Author: Dominik Riemer <[email protected]>
AuthorDate: Fri Jul 21 22:12:12 2023 +0200

    [hotfix] Fix layout issue in label configuration
---
 .../label-configuration/label-configuration.component.html              | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/ui/src/app/configuration/label-configuration/label-configuration.component.html
 
b/ui/src/app/configuration/label-configuration/label-configuration.component.html
index befcb54d3..bb5dff963 100644
--- 
a/ui/src/app/configuration/label-configuration/label-configuration.component.html
+++ 
b/ui/src/app/configuration/label-configuration/label-configuration.component.html
@@ -60,7 +60,6 @@
                     }}</span>
                     <div fxFlex fxLayoutAlign="end center">
                         <button
-                            mat-button
                             mat-icon-button
                             color="accent"
                             (click)="editedLabels.push(label._id)"
@@ -69,7 +68,6 @@
                             <i class="material-icons">edit</i>
                         </button>
                         <button
-                            mat-button
                             mat-icon-button
                             color="warn"
                             (click)="deleteLabel(label)"

Reply via email to