Set default svg_bullet display to block

This commit is contained in:
awsr
2025-12-28 16:56:16 -08:00
parent e1a4331a21
commit 811ff45f21
+1 -1
View File
@@ -81,4 +81,4 @@ class SVGSymbol:
return self.svg
svg_bullet = SVGSymbol("<svg style='stroke:currentColor;fill:none;stroke-width:2;' viewBox='0 0 16 16'><circle cx='8' cy='8' r='7'/></svg>")
svg_bullet = SVGSymbol("<svg style='stroke:currentColor;fill:none;stroke-width:2;display:block;' viewBox='0 0 16 16'><circle cx='8' cy='8' r='7'/></svg>")