Skip to content
Snippets Groups Projects
Unverified Commit 33c3de6f authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3180281 by komalk, kostyashupenko, anmolgoyal74, Pooja Ganjage,...

Issue #3180281 by komalk, kostyashupenko, anmolgoyal74, Pooja Ganjage, djsagar, proeung, Abhijith S, paulocs, mherchel: [Olivero Theme] [Design QA]: Adjust the column count of the form helper text container
parent e92a4080
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!16Draft: Resolve #2081585 "History storage"
......@@ -460,7 +460,7 @@
"selector-pseudo-element-colon-notation": null,
"shorthand-property-no-redundant-values": null,
"string-quotes": "double",
"unit-allowed-list": ["deg", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh"],
"unit-allowed-list": ["ch", "deg", "em", "ex", "fr", "ms", "rem", "%", "s", "px", "vw", "vh"],
"value-keyword-case": ["lower", {
"ignoreProperties": [
"--font-family",
......
......@@ -131,6 +131,7 @@ tr .form-item,
.form-item__description {
margin-top: 0.5625rem;
margin-bottom: 0.5625rem;
max-width: 60ch;
font-size: 0.875rem;
line-height: 1.125rem;
}
......
......@@ -99,6 +99,7 @@ tr .form-item,
*/
.form-item__description {
margin-block: var(--sp0-5);
max-width: 60ch;
font-size: var(--font-size-s);
line-height: var(--line-height-s);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment