diff options
Diffstat (limited to 'src/app/modules/dashboard/dashboard.component.html')
-rw-r--r-- | src/app/modules/dashboard/dashboard.component.html | 4 |
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" |