Verified Commit 7dcaebdf authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3350387 by Gauravvvv, Chi: Claro: fix size of H3 elements in status report

(cherry picked from commit a21a8cb7)
parent 93c0eecd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
  background-color: transparent;
}

.system-status-report__entry h3 {
.system-status-report__entry__value h3 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.231em;
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
.system-status-report__entry--warning {
  background-color: transparent;
}
.system-status-report__entry h3 {
.system-status-report__entry__value h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.231em;