diff --git a/packages/resource-step/src/index.js b/packages/resource-step/src/index.js index 500fc417..79c5ea90 100644 --- a/packages/resource-step/src/index.js +++ b/packages/resource-step/src/index.js @@ -21,7 +21,7 @@ import { Saved as SavedIcon, Error as ErrorIcon } from './status-icon'; import { QueryBreakpoints } from 'joyent-ui-toolkit'; -const { Medium } = QueryBreakpoints; +const { SmallOnly, Medium } = QueryBreakpoints; const Card = styled(BaseCard)` ${is('error')` @@ -176,7 +176,12 @@ export default class Step extends PureComponent { > - {children} + + {children} + + + {children} +