 @media only screen and (max-width: 480px) {
Index: css/site-health.css
===================================================================
--- css/site-health.css	(revision 45104)
+++ css/site-health.css	(working copy)
@@ -409,7 +409,7 @@
 
 	.health-check-accordion-trigger .title {
 		display: block;
-		margin-bottom: 1em;
+		margin: 0.5em 0;
 	}
 
 	.health-check-accordion-trigger .badge {
@@ -416,6 +416,11 @@
 		float: left;
 		margin: 0;
 	}
+
+	.health-check-table th,
+	.health-check-table td {
+		word-break: break-all;
+	}
 }
 
 /* The breakpoint is usually at 960px, the additional space is to allow for the margin. */
