From 2fccb0808ab71c4c323428612ddc1bcc1054c8e8 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sun, 23 Dec 2018 22:06:09 +0100 Subject: [PATCH] Remove the inheritance of word-wrap for select in Safari --- normalize.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/normalize.css b/normalize.css index 192eb9ce4..efc75e055 100644 --- a/normalize.css +++ b/normalize.css @@ -188,6 +188,13 @@ select { /* 1 */ text-transform: none; } +/** + * Remove the inheritance of word-wrap in Safari. + */ +select { + word-wrap: normal; +} + /** * Correct the inability to style clickable types in iOS and Safari. */