Fix submenu text overflow

This commit is contained in:
Michał Romaszkin 2020-07-01 16:26:00 +02:00
parent 07fbfa4ab2
commit 0d6cee71df
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</nb-actions>
</div>
</nb-layout-header>
<nb-sidebar tag="main">
<nb-sidebar tag="main" responsive>
<nb-menu [items]="items"></nb-menu>
</nb-sidebar>
<nb-layout-column>

View File

@ -6,3 +6,6 @@
@include nb-theme-global();
}
/* You can add global styles to this file, and also import other style files */
.menu-title {
max-width: 25ch;
}