Remove rtl direction fix for <code>

This commit is contained in:
Anton Khorev 2023-10-01 18:40:10 +03:00
parent 77d495ccdc
commit d60a873126

View file

@ -1121,8 +1121,6 @@ div.secondary-actions {
code {
background: $lightgrey;
padding: 2px 3px;
direction: inherit; /* fix for Bootstrap < 5.2 */
unicode-bidi: unset; /* fix for Bootstrap < 5.2 */
}
pre {