diff options
| author | Gaƫl Poupard <[email protected]> | 2021-10-29 08:00:36 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-29 09:00:36 +0300 |
| commit | 989de20baed8a578fe825649c5b819238887f83c (patch) | |
| tree | 4e8ca1553afec8e0bd4458d7fbb93e630889b4ec /scss | |
| parent | 600a9ee52122439438c26b433a2e4967aec2879f (diff) | |
| download | bootstrap-989de20baed8a578fe825649c5b819238887f83c.tar.xz bootstrap-989de20baed8a578fe825649c5b819238887f83c.zip | |
Don't override CSS `direction` in code elements (#35230)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index a392c7061..acd1138bb 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -279,8 +279,6 @@ kbd, samp { font-family: $font-family-code; @include font-size(1em); // Correct the odd `em` font sizing in all browsers. - direction: ltr #{"/* rtl:ignore */"}; - unicode-bidi: bidi-override; } // 1. Remove browser default top margin |
