Skip to content

Commit 06eded8

Browse files
committed
fix hscroll
1 parent 2e24bd2 commit 06eded8

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

rubberduckvba.client/src/app/app.component.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<body>
2-
<app-nav-menu></app-nav-menu>
3-
<main class="container">
4-
<router-outlet></router-outlet>
5-
</main>
6-
<hr />
72
<section>
8-
<div class="row text-muted text-center mb-3">
3+
<app-nav-menu></app-nav-menu>
4+
</section>
5+
6+
<section>
7+
<main class="container">
8+
<router-outlet></router-outlet>
9+
</main>
10+
</section>
11+
12+
<section>
13+
<div class="text-muted text-center mb-3">
14+
<hr />
915
<div class="float-start">&copy; 2014-{{currentYear}} Rubberduck Project Contributors</div>
1016
</div>
1117
</section>

0 commit comments

Comments
 (0)