Skip to content

Commit 96aca77

Browse files
committed
fix: normalize badge height for all tool reports (#1753)
1 parent d585a99 commit 96aca77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/tools/components/ToolingDetailModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ const BowtieReportBadge = ({ uri }: { uri: string }) => {
388388
className='my-1'
389389
width={100}
390390
height={20}
391+
style={{ width: 'auto', height: '20px', objectFit: 'contain' }}
391392
/>
392393
)}
393394
{error && (

0 commit comments

Comments
 (0)