Skip to content

Commit

Permalink
Merge pull request #74 from UST-QuAntiL/fix/download-menu-width
Browse files Browse the repository at this point in the history
fix(downloads): panel width
  • Loading branch information
infacc authored Oct 26, 2023
2 parents 9d569f4 + efe13ae commit 4feccb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/navbar/navbar.component.sass
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
width: 20rem
padding: 0.5em

::ng-deep.mat-mdc-menu-panel.download
max-width: 100% !important

.download-container
width: 100%
display: flex
Expand Down

0 comments on commit 4feccb9

Please sign in to comment.