mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +08:00
fix: remove svg max-width
This commit is contained in:
parent
2d437480f8
commit
d901b7095c
@ -32,10 +32,6 @@ export function renderSvgInShadowHost(svgContent: string, hostElement: HTMLEleme
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
svg {
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
`
|
`
|
||||||
|
|
||||||
// Clear previous content and append new style and SVG
|
// Clear previous content and append new style and SVG
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user