You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/08/02 19:52:30 UTC

[incubator-streampipes] branch dev updated: [hotfix] Fix tooltip positions in iconbar

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/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new aecb9fccb [hotfix] Fix tooltip positions in iconbar
aecb9fccb is described below

commit aecb9fccb3bb99feaa82b1df96632adb6144778e
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Tue Aug 2 21:52:19 2022 +0200

    [hotfix] Fix tooltip positions in iconbar
---
 ui/src/app/core/components/iconbar/iconbar.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/core/components/iconbar/iconbar.component.html b/ui/src/app/core/components/iconbar/iconbar.component.html
index 8e9b6a2fe..4cd727dbb 100644
--- a/ui/src/app/core/components/iconbar/iconbar.component.html
+++ b/ui/src/app/core/components/iconbar/iconbar.component.html
@@ -36,7 +36,7 @@
               *ngIf="item.visible">
             <button mat-button mat-icon-button class="md-icon-button button-margin-iconbar iconbar-size"
                     (click)="go(item.link)"
-                    matTooltip="{{item.title}}" >
+                    matTooltip="{{item.title}}" matTooltipPosition="right" >
                 <mat-icon
                         [ngClass]="item.link === activePage ?'sp-navbar-icon-selected' : 'sp-navbar-icon'"
                         data-cy="navigation-icon">{{item.icon}}</mat-icon>