Skip to content

Commit

Permalink
Alignment tweaks needed when seen on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight committed Jul 15, 2024
1 parent 94574b2 commit 756054b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
<img *ngIf="type.iconType === iconTypes.IMAGE" src="{{ type.icon }}" class="menu-item-icon">
</div>
</div>
@if(!last) {
<hr class="dataset-hr">
}
</menu>
@if(!last) {
<hr class="dataset-hr">
}
}
<hr class="dataset-hr">
<menu mat-menu-item class="menu-item mat-menu-item" [matMenuTriggerFor]="derivedDatasetMenu" mat-menu-item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@
}

.menu-item-inner {
min-width: 580px;
width: calc(100% - 20px);
}

.menu-item-content {
min-width: 450px;
}

.menu-item-aside {
min-width: 130px;
}

.item-title {
font-weight: bold;
}
Expand Down

0 comments on commit 756054b

Please sign in to comment.