Skip to content

Commit

Permalink
Add media query for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Beltran committed May 11, 2022
1 parent ebd74c2 commit 0b6f6bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x-pack/plugins/cases/public/components/all_cases/count.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ const CountFlexGroup = styled.div`
border-radius: ${theme.eui.euiBorderRadius};
margin: 0 0 ${theme.eui.euiSizeL} 0;
}
@media only screen and (max-width: ${theme.eui.euiBreakpoints.s}) {
.euiFlexGroup {
padding: ${theme.eui.euiSizeM};
}
}
`}
`;

Expand Down

0 comments on commit 0b6f6bd

Please sign in to comment.