Commit 957ff677 authored by Shyam Bhatt's avatar Shyam Bhatt Committed by Alberto Siles
Browse files

Issue #3311048 by Shyam_Bhatt: .form-row still in use in scss

parent dc773bf2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
  margin: 0 0.3em;
}

.form-row>fieldset,
.form-row>div {
.row>fieldset,
.row>div {
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 1 auto;
@@ -24,7 +24,7 @@
  max-width: none;
}

.form-row .form-actions {
.row .form-actions {
  align-self: flex-end;
}

+3 −3
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@
    margin: 0 0.3em;
}

.form-row>fieldset,
.form-row>div {
.row>fieldset,
.row>div {
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 1 auto;
@@ -24,7 +24,7 @@
  max-width: none;
}

.form-row .form-actions {
.row .form-actions {
  align-self: flex-end;
}