Skip to content

Commit

Permalink
fix: give visualizationContainer a max-width to fix layout in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Sep 27, 2023
1 parent 9d05692 commit f1608ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
.visualizationContainer {
display: flex;
flex-direction: column;
max-width: 100%;
}
.noTimeDimensionWarning {
padding-bottom: var(--spacers-dp12);
Expand Down

0 comments on commit f1608ff

Please sign in to comment.