Fix font rendering size in rtl "Choose your wallet" page for FF
This commit is contained in:
parent
24c657e273
commit
726cf81639
@ -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…
Reference in New Issue
Block a user