Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: dashboard images no longer stretch on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathadelane committed Jul 26, 2022
1 parent d05af50 commit f891d35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/QuickstartDashboards.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,8 @@ const QuickstartDashboards = ({ quickstart }) => {
src={node.publicURL}
alt={`${dashboard.name} screenshot ${index}`}
css={css`
width: 100%;
height: 17.5rem;
@media screen and (max-width: ${MOBILE_BREAKPOINT}) {
height: 100%;
}
border-radius: 4px;
padding: 0.25rem;
Expand Down

0 comments on commit f891d35

Please sign in to comment.