Pull merge.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / forms / contact.css
index 5ba7810ce644c319437fd9514247df16076d3f90..b1d265f31fc7f0918f6eb1892159f87728c18ef6 100644 (file)
 
 @media screen and (min-width: 30rem) { /* 480px */
   .contact-form .form-actions .button {
-    margin-left: 1em;
+    margin-left: 1em; /* LTR */
+  }
+  [dir=rtl] .contact-form .form-actions .button + .button {
+    margin-right: 1em;
+    margin-left: 0;
   }
 }