From fc0f60b462b9fb96c88cb2b9ec54c686d325cb8d Mon Sep 17 00:00:00 2001 From: Vixie <62594135+VixieTSQ@users.noreply.github.com> Date: Sun, 24 Jan 2021 13:50:45 -0700 Subject: [PATCH] Correct the link word wrapping within a container in Chrome. --- normalize.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index 192eb9ce4..8bd9ec385 100644 --- a/normalize.css +++ b/normalize.css @@ -70,11 +70,13 @@ pre { ========================================================================== */ /** - * Remove the gray background on active links in IE 10. + * 1. Remove the gray background on active links in IE 10. + * 2. Correct the link word wrapping within a container in Chrome. */ a { background-color: transparent; + word-break: break-word; } /**