mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Prevent HTML overflow, fix issue #10647
This commit is contained in:
parent
6f77d98642
commit
95b91a0890
1 changed files with 1 additions and 3 deletions
|
@ -149,8 +149,6 @@ bool HtmlExporter::exportDatabase(QIODevice* device,
|
||||||
"{ font-family: \"Open Sans\", Helvetica, Arial, sans-serif; }"
|
"{ font-family: \"Open Sans\", Helvetica, Arial, sans-serif; }"
|
||||||
"h3 "
|
"h3 "
|
||||||
"{ margin-left: 2em; }"
|
"{ margin-left: 2em; }"
|
||||||
"table "
|
|
||||||
"{ margin-left: 1em; } "
|
|
||||||
"caption "
|
"caption "
|
||||||
"{ text-align: left; font-weight: bold; font-size: 150%; border-bottom: .15em solid "
|
"{ text-align: left; font-weight: bold; font-size: 150%; border-bottom: .15em solid "
|
||||||
"#4ca; margin-bottom: .5em;} "
|
"#4ca; margin-bottom: .5em;} "
|
||||||
|
@ -159,7 +157,7 @@ bool HtmlExporter::exportDatabase(QIODevice* device,
|
||||||
"th "
|
"th "
|
||||||
"{ min-width: 7em; width: 15%; } "
|
"{ min-width: 7em; width: 15%; } "
|
||||||
".username, .password, .url, .attr "
|
".username, .password, .url, .attr "
|
||||||
"{ font-size: larger; font-family: monospace; } "
|
"{ font-size: larger; font-family: monospace; overflow-wrap: anywhere;} "
|
||||||
".notes "
|
".notes "
|
||||||
"{ font-size: small; } "
|
"{ font-size: small; } "
|
||||||
"</style>"
|
"</style>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue