From ab58a8a621b1ab3d03f44ec79da045db7f48fa0b Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 27 Dec 2018 20:12:24 +0100 Subject: [PATCH] Update _reboot.scss --- scss/_reboot.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 10e2273c4175..51320a5a7b4b 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -331,6 +331,14 @@ select { text-transform: none; // Remove the inheritance of text transform in Firefox } +// Remove the inheritance of word-wrap in Safari. +// +// Details at https://github.com/twbs/bootstrap/issues/24990 +select { + word-wrap: normal; +} + + // 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` // controls in Android 4. // 2. Correct the inability to style clickable types in iOS and Safari.