I would like to change all my buttons wrap behaviour to "soft".
My theme file contains this minimal code for demonstration in this question.
.button-container{
--alpha-fill-off: .25;
line-height: normal;
}
My theme file is several 100 lines long, but until now I could still not figure out how to change the widget props that do not contain "auto".
overflow-wrap: break-word;
or --wrap: (")soft(")
did not work.
And I mean it makes sense, because how would I then overwrite these settings in the Editor ...
Could someone help me out please?
Have a lovely Sunday