Ticket #47179: #47179-shashank3105.patch
| File #47179-shashank3105.patch, 639 bytes (added by , 7 years ago) |
|---|
-
css/site-health.css
@media only screen and (max-width: 480px) {409 409 410 410 .health-check-accordion-trigger .title { 411 411 display: block; 412 margin -bottom: 1em;412 margin: 0.5em 0; 413 413 } 414 414 415 415 .health-check-accordion-trigger .badge { … … 416 416 float: left; 417 417 margin: 0; 418 418 } 419 420 .health-check-table th, 421 .health-check-table td { 422 word-break: break-all; 423 } 419 424 } 420 425 421 426 /* The breakpoint is usually at 960px, the additional space is to allow for the margin. */