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. */