From 74a51621e0fe00462ebb7790d7159506616642d6 Mon Sep 17 00:00:00 2001 From: Sebastien Jourdain Date: Fri, 18 Oct 2024 17:02:33 -0600 Subject: [PATCH] docs(example): update blog code sample --- examples/blogs/vtk-9.4/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blogs/vtk-9.4/pipeline.py b/examples/blogs/vtk-9.4/pipeline.py index 8d45dad0..96433e04 100644 --- a/examples/blogs/vtk-9.4/pipeline.py +++ b/examples/blogs/vtk-9.4/pipeline.py @@ -75,7 +75,6 @@ def __init__(self, name, title, width): with v3.VChip( size="small", variant="outlined", - classes="mr-2", style=f"width: {width}rem;", ): v3.VIcon("mdi-dots-triangle", start=True) @@ -83,6 +82,7 @@ def __init__(self, name, title, width): with v3.VChip( size="small", variant="outlined", + classes="ml-2", style=f"width: {width}rem;", v_show=f"{name}_points !== {name}_cells", ):