Tweak deck options tooltips for RTL languages

This commit is contained in:
abdo 2021-07-10 00:45:10 +03:00
parent 00f5d9ff96
commit e2cff97349

View File

@ -30,7 +30,7 @@ $tooltip-max-width: 300px;
} }
.tooltip-inner { .tooltip-inner {
text-align: left; text-align: start;
// marked transpiles tooltips into multiple paragraphs // marked transpiles tooltips into multiple paragraphs
// where trailing <p>s cause a bottom margin // where trailing <p>s cause a bottom margin
@ -42,6 +42,7 @@ $tooltip-max-width: 300px;
// want to add more of our own styling in the future // want to add more of our own styling in the future
code { code {
color: #ffaaaa; color: #ffaaaa;
direction: inherit;
} }
} }