mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
tooltip styling fix
Thanks Matthias! https://forums.ankiweb.net/t/anki-2-1-45-alpha/10061/88
This commit is contained in:
parent
5d477d7e11
commit
f348ec7678
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ html {
|
|||
.tooltip-inner {
|
||||
max-width: 300px;
|
||||
text-align: left;
|
||||
|
||||
p {
|
||||
margin: 0.8em 0.4em 0.8em 0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
// the default code color in tooltips is difficult to read; we'll probably
|
||||
|
|
Loading…
Reference in a new issue