fix: remove svg max-width

This commit is contained in:
one 2025-08-16 11:36:17 +08:00
parent 2d437480f8
commit d901b7095c

View File

@ -32,10 +32,6 @@ export function renderSvgInShadowHost(svgContent: string, hostElement: HTMLEleme
width: 100%;
height: 100%;
}
svg {
max-width: 100%;
height: auto;
}
`
// Clear previous content and append new style and SVG