mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Fix icon element resizing
This commit is contained in:
parent
6674407d3f
commit
e160f19247
@ -54,6 +54,8 @@ export function IconDisplay(props: CanvasElementProps) {
|
||||
fill: data?.fill,
|
||||
stroke: data?.strokeColor,
|
||||
strokeWidth: data?.stroke,
|
||||
height: '100%',
|
||||
width: '100%',
|
||||
};
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user