label {
  display: block;
  width: 156px;
  cursor: pointer;
  padding-right: 6px;
  padding-bottom: 1px;
}
<label for="email">{t _your_email}:</label>

I wish to select the label based on the 'for' attribute to make layout changes.

3 Answers
3

Leave a Reply

Your email address will not be published. Required fields are marked *