Skip to content

Commit

Permalink
[TASK] Set max width for canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Nov 8, 2024
1 parent fa73c51 commit 3a015e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Resources/Private/Sass/PageOverview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
margin: -25px 0 0 -25px;
}

.lux-pageoverview-container canvas {
max-width: 100%;
height: auto;
}

@keyframes spin {
to { transform: rotate(360deg); }
}
2 changes: 1 addition & 1 deletion Resources/Public/Css/PageOverview.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3a015e9

Please sign in to comment.