mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-16 00:04:28 -05:00
Don't override CSS direction in code elements (#35230)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
600a9ee521
commit
989de20bae
@ -279,8 +279,6 @@ kbd,
|
|||||||
samp {
|
samp {
|
||||||
font-family: $font-family-code;
|
font-family: $font-family-code;
|
||||||
@include font-size(1em); // Correct the odd `em` font sizing in all browsers.
|
@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
|
// 1. Remove browser default top margin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user