mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Set default svg_bullet display to block
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user