Skip to content

Commit

Permalink
fix: quick nav styling in modals
Browse files Browse the repository at this point in the history
see the issue for details

fixes issue #1098
  • Loading branch information
DanielPalafox committed Sep 14, 2021
1 parent 4577acc commit ba43c0f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<div class="container">
<h2 class="orc-font-body-small">Form content</h2>
<mat-divider></mat-divider>
<div class="orc-font-small-print">
<div class="orc-font-body-small">
<ul>
<ng-content select="#side-bar-title"></ng-content>
</ul>
<mat-divider></mat-divider>
<ul>
<ng-content select="#side-bar-url-1"></ng-content>
</ul>
<mat-divider></mat-divider>
<ul>
<ng-content select="#side-bar-url-2"></ng-content>
</ul>
<mat-divider></mat-divider>
<ul>
<ng-content select="#side-bar-url-3"></ng-content>
</ul>
Expand Down

0 comments on commit ba43c0f

Please sign in to comment.