Skip to content

Commit

Permalink
fix arrow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Jan 26, 2024
1 parent 4d7aec0 commit 96bc628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<dsp-progress-indicator *ngIf="isLoading" [color]="'#D88958'"></dsp-progress-indicator>

<div class="container">
<aside *ngIf="!isLoading">
<div class="container" *ngIf="!isLoading">
<aside>
<section *ngIf="transcriptions[0]">
<h4 class="subheading-2">Transcriptions:</h4>
<p class="margin-left">
Expand All @@ -37,7 +37,7 @@ <h4>Pages</h4>
</section>
</aside>

<main *ngIf="!isLoading">
<main>

<section *ngIf="props?.title[0]">
<h4 class="subheading-2">{{props?.title[0].propertyLabel}}</h4>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import "src/app/dsp-ui-lib/style/responsive";
@import "src/assets/style/main";

menu {
list-style: none;
Expand All @@ -24,7 +23,7 @@ menu {
margin-inline-end: 2rem;

aside {
width: $sidenav-width;
width: 320px;

ul {
padding-inline-start: 25px;
Expand Down

0 comments on commit 96bc628

Please sign in to comment.