Skip to content

Commit 7f11b73

Browse files
malwilleyroaga
authored andcommitted
fix(nav): Fix explore saved item styles (#92085)
1 parent 6745c8b commit 7f11b73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

static/app/views/nav/secondary/sections/explore/exploreSavedQueryNavItems.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ export function ExploreSavedQueryNavItems({queries}: Props) {
126126

127127
const StyledSecondaryNavItem = styled(SecondaryNav.Item)`
128128
align-items: center;
129-
padding-left: ${space(0.75)};
130-
width: 100%;
131129
padding-right: ${space(0.5)};
132130
position: relative;
133131
gap: 0;
@@ -151,10 +149,6 @@ const StyledReorderItem = styled(Reorder.Item, {
151149
position: relative;
152150
background-color: ${p => (p.grabbing ? p.theme.translucentSurface200 : 'transparent')};
153151
border-radius: ${p => p.theme.borderRadius};
154-
list-style: none;
155-
display: flex;
156-
align-items: center;
157-
margin-bottom: ${space(0.25)};
158152
`;
159153

160154
const GrabHandleWrapper = styled('div')`

0 commit comments

Comments
 (0)