Fix submenu text overflow
This commit is contained in:
parent
07fbfa4ab2
commit
0d6cee71df
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user