Issue #3213556 by Sakthivel M, ranjith_kumar_k_u, manojithape, chetanbharambe, vikashsoni, Kristen Pol, tushar_sachdeva, Devashish Jangid, Satyajit1990, larowlan: Input field description is not visible in Configure dialog box of layout builder

(cherry picked from commit 035cd7de47)
merge-requests/1878/head
Alex Pott 2022-02-23 15:52:23 +00:00
parent ff07146556
commit e76eaf19eb
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
2 changed files with 9 additions and 0 deletions

View File

@ -166,3 +166,8 @@
#drupal-off-canvas .form-type--boolean {
margin-left: 0;
}
#drupal-off-canvas .form-item .form-item__description {
color: var(--color-whitesmoke);
font-size: 0.75rem;
}

View File

@ -158,4 +158,8 @@
& .form-type--boolean {
margin-left: 0;
}
& .form-item .form-item__description {
color: var(--color-whitesmoke);
font-size: 0.75rem;
}
}