Skip to main content

๐ŸŽ›๏ธ Hide Rating Scale Label

If you utilize the "Hide Label" option on a rating scale (Likert), you'll notice that a weird space is left behind.

image.png

Result:

image.png

A little CSS can eliminate the space. You'll need to insert your own field's Export Key:

[data-export="my_rating"] div.form_responses_labels {
ย  ย  margin-left: unset !important;
}

image.png