Tweak deck options tooltips for RTL languages
This commit is contained in:
parent
00f5d9ff96
commit
e2cff97349
@ -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 New Issue
Block a user