Skip to content

Commit

Permalink
fix: add wrap to home buttons to avoid mobile horizontal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas authored Nov 13, 2024
1 parent 9ee3821 commit 7630520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(itemSelected)="onFuzzySearchSelection($event)"
[autoFocus]="true"
></gn-ui-fuzzy-search>
<div class="flex h-0 py-5 gap-3" [style.opacity]="-0.6 + expandRatio * 2">
<div class="flex flex-wrap h-0 py-5 gap-3" [style.opacity]="-0.6 + expandRatio * 2">
<datahub-header-badge-button
[routerLink]="ROUTE_SEARCH"
*ngIf="isAuthenticated$ | async"
Expand Down

0 comments on commit 7630520

Please sign in to comment.