digitalfabrik/integreat-app

View on GitHub
web/src/components/StyledSmallViewTip.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import styled from 'styled-components'

const StyledSmallViewTip = styled.p`
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
  white-space: normal;
  word-break: break-word;
`
export default StyledSmallViewTip