mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-01 23:28:49 +01:00
fix(header): links overflow
After adding new items we need to hide links earlier.
This commit is contained in:
parent
eef17a8daf
commit
1cde650472
2 changed files with 27 additions and 13 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<nb-badge text="New!" status="danger" position="top right"></nb-badge>
|
||||
<a
|
||||
routerLink="/material"
|
||||
class="eva-parent-hover"
|
||||
class="material-theme-link eva-parent-hover"
|
||||
[nbPopover]="popoverContent"
|
||||
nbPopoverPlacement="bottom"
|
||||
nbPopoverTrigger="noop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue