Merge pull request #1284 from abdnh/deckoptions-tooltips-rtl

Tweak deck options tooltips for RTL languages
This commit is contained in:
Damien Elmes 2021-07-11 16:47:02 +10:00 committed by GitHub
commit 6205730571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
} }
} }