From c878283e192ad7ac68eaee9fc0172110d4fab761 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Tue, 2 Jan 2024 13:07:06 -0500 Subject: [PATCH] Update reset.css --- reset.css | 1 + 1 file changed, 1 insertion(+) diff --git a/reset.css b/reset.css index b2c94c3..4471d3a 100644 --- a/reset.css +++ b/reset.css @@ -59,6 +59,7 @@ input, button, textarea, select { // Avoid text overflows p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; + hyphens: auto; } // Create a root stacking context