Scale DottedMap SVG to fill full card height
This commit is contained in:
@@ -79,7 +79,7 @@ export default function DottedMap({ data, className }: DottedMapProps) {
|
|||||||
<svg
|
<svg
|
||||||
viewBox={`0 0 ${width} ${height}`}
|
viewBox={`0 0 ${width} ${height}`}
|
||||||
className={cn('text-neutral-400 dark:text-neutral-500', className)}
|
className={cn('text-neutral-400 dark:text-neutral-500', className)}
|
||||||
style={{ width: '100%', height: 'auto', maxHeight: '100%' }}
|
style={{ width: '100%', height: '100%' }}
|
||||||
>
|
>
|
||||||
<defs>
|
<defs>
|
||||||
<filter id="marker-glow" x="-50%" y="-50%" width="200%" height="200%">
|
<filter id="marker-glow" x="-50%" y="-50%" width="200%" height="200%">
|
||||||
|
|||||||
Reference in New Issue
Block a user