Skip to content

Commit a3f9a77

Browse files
committed
scroll icons which are too big for preview
Signed-off-by: David Longworth <[email protected]>
1 parent 0fbddab commit a3f9a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/write-manifests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function buildIconManifestHtml(iconsObj: IconsObject): string {
6969
<div class="fs-fine ff-mono fc-light pb2" title="${variantKey}">
7070
${iconName}
7171
</div>
72-
<div class="icon-preview">${svg.replace(
72+
<div class="icon-preview overflow-scroll">${svg.replace(
7373
`class="`,
7474
`class="native `
7575
)}</div>

0 commit comments

Comments
 (0)