Skip to content

Commit 3a36a44

Browse files
fix: normalize badge height for all tool reports (#1753) (#1756)
* fix: normalize badge height for all tool reports (#1753) * changed to tailwind
1 parent a061202 commit 3a36a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/tools/components/ToolingDetailModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const BowtieReportBadge = ({ uri }: { uri: string }) => {
385385
<Image
386386
src={`https://img.shields.io/endpoint?url=${encodeURIComponent(uri)}`}
387387
alt='Bowtie Badge'
388-
className='my-1'
388+
className='my-1 h-[20px] w-auto'
389389
width={100}
390390
height={20}
391391
/>

0 commit comments

Comments
 (0)