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

merge-requests/234/head
Lauri Eskola 2021-01-08 15:53:51 +02:00
parent e92a4080d8
commit 33c3de6f94
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
3 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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;
}

View File

@ -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);
}