Skip to content

Commit

Permalink
set max width information box to avoid really wide information boxes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen authored Nov 28, 2023
1 parent db55a2d commit fa0757c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
.information-control-body {
overflow-y: auto;
max-height: 600px;
max-width: 500px;
}

.information-control-body-item {
Expand Down

0 comments on commit fa0757c

Please sign in to comment.