How can I put the asterisk in the same line?
I can only use CSS (no HTML edits). On some viewports, the asterisk wraps to the next line. I tried using a non-breaking space ( ), which keeps it on the same line but adds visible spacing between the question mark and asterisk, breaking design consistency. How can I prevent the line break without introducing extra space?

2 Replies