What happened?
When using some themes (in my case the Minimal theme) the plot preview is cut off because the modal is too small (see screenshot)

Please confirm
Any ideas?
You could fix this by manually setting a style on the modal element to make sure it fits the content rather than being a fixed width.
width: min-content; is better than width: auto; or width: fit-content; in my opinion even though it squishes some of the text. But you could probably fix that with a bit more work (like setting a min width on the text elements for something like that)
you can see how much better it fits when this is set:

Additional info
No response
What happened?
When using some themes (in my case the Minimal theme) the plot preview is cut off because the modal is too small (see screenshot)
Please confirm
Any ideas?
You could fix this by manually setting a style on the modal element to make sure it fits the content rather than being a fixed width.
width: min-content;is better thanwidth: auto;orwidth: fit-content;in my opinion even though it squishes some of the text. But you could probably fix that with a bit more work (like setting a min width on the text elements for something like that)you can see how much better it fits when this is set:

Additional info
No response