Skip to content

Commit dc7b831

Browse files
committed
add margin top to outlet
1 parent 134cfca commit dc7b831

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/fusio-sdk/src/lib/component/account-container/account-container.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
</li>
88
</ul>
99
</nav>
10-
<router-outlet></router-outlet>
10+
<div class="mt-3">
11+
<router-outlet></router-outlet>
12+
</div>
1113
</div>

0 commit comments

Comments
 (0)