Skip to content

Commit

Permalink
fix(nav): adjust mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Sep 19, 2024
1 parent 365a201 commit fc1ef18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/app/views/organizationLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ function LegacyAppLayout({children, organization}: LayoutProps) {

const AppContainer = styled('div')`
display: flex;
flex-direction: row;
@media (min-width: ${p => p.theme.breakpoints.medium}) {
flex-direction: row;
}
`;

const BodyContainer = styled('div')`
Expand Down

0 comments on commit fc1ef18

Please sign in to comment.