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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
+1 −0
Original line number Diff line number Diff line
@@ -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;
}
+1 −0
Original line number Diff line number Diff line
@@ -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);
}