Skip to content

Commit 103461f

Browse files
committed
#1641: Small border fix
1 parent b5f1426 commit 103461f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/pages/ChangeRequestDetailPage/OtherChangeRequestsPopupTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const OtherChangeRequestsPopupTabs: React.FC<OtherChangeRequestsPopupTabsProps>
9191
color: theme.palette.text.primary,
9292
borderBottom: 'transparent'
9393
},
94-
mb: '-1px'
94+
mb: '-1.5px'
9595
}}
9696
>
9797
{displayTab(1, `Other CR's from ${changeRequest.submitter.firstName} ${changeRequest.submitter.lastName}`)}

0 commit comments

Comments
 (0)