We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fbddab commit a3f9a77Copy full SHA for a3f9a77
scripts/build/write-manifests.ts
@@ -69,7 +69,7 @@ function buildIconManifestHtml(iconsObj: IconsObject): string {
69
<div class="fs-fine ff-mono fc-light pb2" title="${variantKey}">
70
${iconName}
71
</div>
72
- <div class="icon-preview">${svg.replace(
+ <div class="icon-preview overflow-scroll">${svg.replace(
73
`class="`,
74
`class="native `
75
)}</div>
0 commit comments