Prevent overflowing text (#212761)

This commit is contained in:
Rob Lourens 2024-05-14 17:59:39 -07:00 committed by GitHub
parent 1a9a2be60e
commit 28c4d6b6a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,7 +216,7 @@
.interactive-item-container .value {
white-space: normal;
word-wrap: break-word;
overflow-wrap: anywhere;
}
.interactive-item-container .value > :last-child.rendered-markdown > :last-child {