equal
deleted
inserted
replaced
164 .health-check-body { |
164 .health-check-body { |
165 max-width: 800px; |
165 max-width: 800px; |
166 margin: 0 auto; |
166 margin: 0 auto; |
167 } |
167 } |
168 |
168 |
|
169 .widefat.health-check-table th { |
|
170 font-size: 13px; |
|
171 } |
|
172 |
169 .health-check-table td:first-child { |
173 .health-check-table td:first-child { |
170 width: 30%; |
174 width: 30%; |
171 } |
175 } |
172 |
176 |
173 .health-check-table td { |
177 .health-check-table td { |
335 |
339 |
336 .health-check-table { |
340 .health-check-table { |
337 table-layout: fixed; |
341 table-layout: fixed; |
338 } |
342 } |
339 |
343 |
|
344 .health-check-table th, |
340 .health-check-table td { |
345 .health-check-table td { |
341 box-sizing: border-box; |
346 box-sizing: border-box; |
342 display: block; |
347 display: block; |
343 width: 100%; |
348 width: 100%; |
344 word-wrap: break-word; |
349 word-wrap: break-word; |
345 } |
350 } |
346 |
351 |
|
352 .widefat.health-check-table th, |
347 .health-check-table td:first-child { |
353 .health-check-table td:first-child { |
348 width: 100%; |
354 width: 100%; |
349 padding-bottom: 0; |
355 padding-bottom: 0; |
350 font-weight: 600; |
356 font-weight: 600; |
351 } |
357 } |