ACK: [PATCH] lib: fwts_log_html: tweak line-height

Colin Ian King colin.king at canonical.com
Fri Oct 18 10:46:08 UTC 2019


On 18/10/2019 04:15, Alex Hung wrote:
> 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);
>  
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list