bulma-tooltip icon indicating copy to clipboard operation
bulma-tooltip copied to clipboard

change whitespace from normal to pre-line

Open christopherpickering opened this issue 3 years ago • 2 comments

For multiline tooltips it would be nice to accept a multi line input and preserve line breaks. pre-line will keep the source line breaks.

christopherpickering avatar Oct 04 '21 14:10 christopherpickering

@Wikiki any change on merging?

christopherpickering avatar Feb 22 '22 20:02 christopherpickering

While this works well as intended, I would not personally like this to be the default. In my Vue app, the linter might choose to break text lines (or I do for readability) and I am happy to have the default as is.

That said, I would suggest to make this either optional with a class like 'has-tooltip-multiline-pre-line' or better yet, with a new scss variable like $tooltip-whitespace

suterma avatar Mar 16 '24 10:03 suterma