Display looks weird

Support forumCategory: BugsDisplay looks weird
Lindsey asked 3 years ago
Prior to selecting an appointment slot, the appointment signup fields are greyed out, except for the text that extends out farther than the width of the fields, and it doesn't look great. How can we fix this, or make the text wrap so it is either all disabled, or all black?
1 Answers
Nikola Loncar Staff answered 3 years ago

Hi Lindsey, can you go to EA Settings > Form Style & Redirect and there add this to custom styles:

.ea-bootstrap .control-label { white-space: break-spaces !important; }

Best regards,
Nikola

ristretto6 replied 3 years ago

Perfect, thank you!