Merge pull request #4045 from michaelmwhite/develop

change webview margin styling to padding
This commit is contained in:
H. Lehmann 2020-04-12 23:56:24 +02:00 committed by GitHub
commit 8c9e78a417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ img, iframe {
height: auto;
}
body {
margin: %dpx %dpx %dpx %dpx;
padding: %dpx %dpx %dpx %dpx;
}
p#apNoShownotes {
position: fixed;