Thu, 2018-06-21 20:06
I think that it's very simple, but I just don't know how to do it.
I have a text that suppose to be in one line, but it's over two lines.
How do I fix it with only CSS?
Thu, 2018-06-21 20:07
#1
SileNce wrote: I think that
I think that it's very simple, but I just don't know how to do it.
I have a text that suppose to be in one line, but it's over two lines.
How do I fix it with only CSS?
Attachment | Size |
---|---|
Screenshot_1.png | 48.7 KB |
Fri, 2018-06-22 17:04
#2
Use
{white-space: nowrap;}
gary