aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/modules/dashboard/dashboard.component.html
diff options
context:
space:
mode:
authorLudmila Schlegelova <Ludmila.Schlegelova@telekom.com>2023-06-28 14:38:10 +0200
committerLudmila Schlegelova <Ludmila.Schlegelova@telekom.com>2023-06-28 16:49:11 +0200
commit0376eae1742c1a39f19f6e9b5cb06071b90d4649 (patch)
tree1090fcf08cfa27cd93a7147471b101ea8a29d729 /src/app/modules/dashboard/dashboard.component.html
parent4fbefba274ae89c76b12ac0b1c52063b668fc99f (diff)
History dashboard not correctly layouted - code correction
Issue-ID: PORTALNG-5 Signed-off-by: Ludmila Schlegelova <Ludmila.Schlegelova@telekom.com> Change-Id: Ie578726acefa92df5a06d92dac144e1b7f9118a9
Diffstat (limited to 'src/app/modules/dashboard/dashboard.component.html')
-rw-r--r--src/app/modules/dashboard/dashboard.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/modules/dashboard/dashboard.component.html b/src/app/modules/dashboard/dashboard.component.html
index 76a8e96..c0e62cc 100644
--- a/src/app/modules/dashboard/dashboard.component.html
+++ b/src/app/modules/dashboard/dashboard.component.html
@@ -23,9 +23,9 @@
</app-breadcrumb-item>
</app-breadcrumb>
<ng-container *ngIf="tiles$ | async as apps">
- <div class="w-100 d-flex justify-content-between">
+ <div class="w-100 d-flex flex-wrap justify-content-between">
<h2 class="qa_title">{{ 'layout.menu.items.dashboard' | translate }}</h2>
- <ul>
+ <ul class="p-l-2px">
<li
#settingsDrop="ngbDropdown"
[ngbTooltip]="'dashboard.tooltips.settings' | translate"