I want to put a margin-left
on only the text that is wrapped, i.e. text after the first line:
This is text with no margin left
this text has margin left
Example
The input and the label are in 1 div and text is wrapped on the second line, which is what I want
but is it possible to have like a margin left on only the text that is wrapped on the second line
<input>
s inside your<label>
s (this provides an unbroken click target as well), and use the<label>
s to apply the outdent CSS. See jsfiddle.net/pauldwaite/qUvvv – Threesome