Arno

Results 3 comments of Arno

My workaround is a dummy button with `v-show="false"` as first element in the slot. It receives the click and doesn't trigger anything else.

But shouldn't it work using `overflow-wrap: anywhere`? At least according to the specs: > The [overflow-wrap](https://www.w3.org/TR/css-text-4/#propdef-overflow-wrap) property allows the UA to take a break anywhere in otherwise-unbreakable strings that would...