Labels of input fields are missing

Created on 25 October 2023, over 1 year ago

Problem/Motivation

After the update to thunder 7 Labels of input fields are missing
The problem seems to happen bacause of these lines in paragraphs.widget.css
modules/thunder_paragraphs/css/paragraphs.widget.css

/* Remove paragraphs table header. */
.field--name-field-paragraphs .paragraphs-tabs-wrapper table.field-multiple-table:first-of-type thead {
display: none;
}
.paragraph-type--link .paragraphs-subform .field--name-field-link table.field-multiple-table:first-of-type thead {
display: none;
}
.paragraph-type--text .paragraphs-subform .field--name-field-text label,
.paragraph-type--quote .paragraphs-subform .field--name-field-text label {
display: none;
}

🐛 Bug report
Status

Active

Version

7.1

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024