mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 13:48:58 +00:00
Prism: remove margins
This commit is contained in:
parent
8f9f4272f8
commit
5a8fcf5590
1 changed files with 2 additions and 1 deletions
|
@ -307,7 +307,8 @@ public class ActivityCode extends ActivityBase {
|
|||
" <link href=\"file:///android_asset/prism.css\" rel=\"stylesheet\" />" +
|
||||
(links ? " <link href=\"file:///android_asset/prism-autolinker.min.css\" rel=\"stylesheet\" />" : "") +
|
||||
" <style>" +
|
||||
" body { font-size: smaller !important; }" +
|
||||
" body { margin: 0 !important; font-size: smaller !important; }" +
|
||||
" pre { margin-top: 0 !important; margin-bottom: 0 !important }" +
|
||||
" </style>" +
|
||||
"</head>" +
|
||||
"<body>" +
|
||||
|
|
Loading…
Reference in a new issue