diff --git a/static/app/views/issueList/customViewsHeader.tsx b/static/app/views/issueList/customViewsHeader.tsx
index 2abec860bbc69b..826146139ffc4b 100644
--- a/static/app/views/issueList/customViewsHeader.tsx
+++ b/static/app/views/issueList/customViewsHeader.tsx
@@ -127,9 +127,9 @@ function CustomViewsIssueListHeader({
{groupSearchViews ? (
-
+
-
+
) : (
)}
@@ -475,6 +475,10 @@ function CustomViewsIssueListHeaderTabsContent({
export default CustomViewsIssueListHeader;
+const StyledTabs = styled(Tabs)`
+ grid-column: 1 / -1;
+`;
+
const StyledGlobalEventProcessingAlert = styled(GlobalEventProcessingAlert)`
grid-column: 1/-1;
margin-top: ${space(1)};