We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71b291 commit 83dc45bCopy full SHA for 83dc45b
scss/_reboot.scss
@@ -331,6 +331,14 @@ select {
331
text-transform: none; // Remove the inheritance of text transform in Firefox
332
}
333
334
+// Remove the inheritance of word-wrap in Safari.
335
+//
336
+// Details at https://github.com/twbs/bootstrap/issues/24990
337
+select {
338
+ word-wrap: normal;
339
+}
340
+
341
342
// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
343
// controls in Android 4.
344
// 2. Correct the inability to style clickable types in iOS and Safari.
0 commit comments