mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Merge pull request #1284 from abdnh/deckoptions-tooltips-rtl
Tweak deck options tooltips for RTL languages
This commit is contained in:
commit
6205730571
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue