[PATCH] lib: fwts_log_html: tweak line-height
Alex Hung
alex.hung at canonical.com
Fri Oct 18 03:15:45 UTC 2019
Increase the height so words aren't cut in Google Chrome
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/lib/src/fwts_log_html.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/src/fwts_log_html.c b/src/lib/src/fwts_log_html.c
index 4c8f404f..20c08471 100644
--- a/src/lib/src/fwts_log_html.c
+++ b/src/lib/src/fwts_log_html.c
@@ -441,7 +441,7 @@ static void fwts_log_open_html(fwts_log_file *log_file)
".style_subtest { background-color: lightgray; }\n"
".style_info { }\n"
".style_code { font-family: \"courier\",\"mono\"; font-size:0.75em; overflow:auto; "
- "width:90%; line-height:0.82em; font-stretch:extra-condensed; word-wrap:normal }\n");
+ "width:90%; line-height:1.08em; font-stretch:extra-condensed; word-wrap:normal }\n");
fwts_log_html(log_file, "</STYLE>\n");
fflush(log_file->fp);
--
2.17.1
More information about the fwts-devel
mailing list