Hey,
Trying to wrap a word inside a button, works with “white-space:normal” on to two lines, but I’d like to wrap with ellipsis if it’s possible?
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
Doesn’t seem to work
Edit: nor does<button .... text-wrap>