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
parent
ff07146556
commit
e76eaf19eb
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -158,4 +158,8 @@
|
|||
& .form-type--boolean {
|
||||
margin-left: 0;
|
||||
}
|
||||
& .form-item .form-item__description {
|
||||
color: var(--color-whitesmoke);
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue