From 9a75fd7c4bd8bfdfc6c603d6f216c275cb9a0790 Mon Sep 17 00:00:00 2001 From: drify Date: Wed, 16 Oct 2019 18:25:54 +0100 Subject: [PATCH] Simplify legend element normalization See https://github.com/necolas/normalize.css/issues/100#issuecomment-197119273 and https://github.com/necolas/normalize.css/pull/536 . These two declarations are intended to fix IE8, which normalize.css dropped support long ago. --- normalize.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/normalize.css b/normalize.css index 192eb9ce4..e2fde39cc 100644 --- a/normalize.css +++ b/normalize.css @@ -240,10 +240,8 @@ fieldset { legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ - display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ - white-space: normal; /* 1 */ } /**