Allow user handles to wrap in the popover when they are very long

pull/32779/head
nicolas 2024-11-05 14:51:57 +01:00 committed by GitHub
parent d60ef3f17e
commit 4a000ea342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1996,6 +1996,7 @@ body > [data-popper-placement] {
&__handle {
user-select: all;
overflow-wrap: anywhere;
}
}