mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix font rendering size in rtl "Choose your wallet" page for FF
This commit is contained in:
parent
24c657e273
commit
726cf81639
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,7 @@ h2 .rssicon{
|
|||
}
|
||||
.previewrow>div>a{
|
||||
line-height:1.2em;
|
||||
font-family:Arial, sans-serif;
|
||||
}
|
||||
.previewrow>div:first-child+div+div,
|
||||
.previewrow>div:first-child+div+div+div+div+div{
|
||||
|
@ -100,6 +101,7 @@ h2 .rssicon{
|
|||
}
|
||||
.previewrow>div>div>div>h2{
|
||||
text-align:right;
|
||||
font-family:Arial, sans-serif;
|
||||
}
|
||||
.previewrow>div>div>div>h2:first-child+span+p{
|
||||
line-height:1.5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue