mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 19:30:17 +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%;
|
||||
height: 100%;
|
||||
}
|
||||
svg {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
`
|
||||
|
||||
// Clear previous content and append new style and SVG
|
||||
|
||||
Loading…
Reference in New Issue
Block a user