We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f1426 commit 103461fCopy full SHA for 103461f
1 file changed
src/frontend/src/pages/ChangeRequestDetailPage/OtherChangeRequestsPopupTabs.tsx
@@ -91,7 +91,7 @@ const OtherChangeRequestsPopupTabs: React.FC<OtherChangeRequestsPopupTabsProps>
91
color: theme.palette.text.primary,
92
borderBottom: 'transparent'
93
},
94
- mb: '-1px'
+ mb: '-1.5px'
95
}}
96
>
97
{displayTab(1, `Other CR's from ${changeRequest.submitter.firstName} ${changeRequest.submitter.lastName}`)}
0 commit comments