mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
refactor(tabs): move full width example to own row
This commit is contained in:
parent
6a68f232d7
commit
2265203e32
1 changed files with 6 additions and 6 deletions
|
|
@ -16,6 +16,12 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
<nb-card size="small">
|
||||||
|
<nb-route-tabset [tabs]="tabs"></nb-route-tabset>
|
||||||
|
</nb-card>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-12">
|
||||||
<nb-card size="small">
|
<nb-card size="small">
|
||||||
<nb-tabset fullWidth>
|
<nb-tabset fullWidth>
|
||||||
<nb-tab tabTitle="Full width tab #1">
|
<nb-tab tabTitle="Full width tab #1">
|
||||||
|
|
@ -31,10 +37,4 @@
|
||||||
</nb-tabset>
|
</nb-tabset>
|
||||||
</nb-card>
|
</nb-card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6">
|
|
||||||
<nb-card size="small">
|
|
||||||
<nb-route-tabset [tabs]="tabs"></nb-route-tabset>
|
|
||||||
</nb-card>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue