Side-step small SVG width divergence by setting min-width
This commit is contained in:
parent
cc9631a371
commit
957c0d3488
3 changed files with 3 additions and 3 deletions
|
|
@ -4004,7 +4004,7 @@ impl<'test> TestCx<'test> {
|
|||
};
|
||||
|
||||
let stderr = if force_color_svg {
|
||||
anstyle_svg::Term::new().render_svg(&proc_res.stderr)
|
||||
anstyle_svg::Term::new().min_width_px(730).render_svg(&proc_res.stderr)
|
||||
} else if explicit_format {
|
||||
proc_res.stderr.clone()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue