Commit 6fba1d53 authored by Evonne Cheung's avatar Evonne Cheung Committed by Robert Lyon
Browse files

Bug 1882870 Button obscuring text on Install Fonts page

behatnotneeded

Change-Id: Icc99c572ad2f8332e8ba6a5e276a7c9db4b1e697
(cherry picked from commit e512de1b)
parent 7bedb139
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -605,3 +605,14 @@
div.form-group .form-control-label {
    vertical-align: top;
}

// site config > fonts > install fonts
.individualfiles {
  label {
    min-width: 265px;
  }
  .align-with-input.file {
    margin-top: 0;
    margin-left: 0;
  }
}