Skip to content

Commit

Permalink
Merge pull request #3033 from digitalfabrik/2909-copy-text-is-cut-off…
Browse files Browse the repository at this point in the history
…-on-suggest-your-region

2909: Fix copy text being cut off in the suggest your region page
  • Loading branch information
lunars97 authored Jan 11, 2025
2 parents 5536887 + 13c55b5 commit 198278b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions native/src/routes/CityNotCooperating.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TextButton from '../components/base/TextButton'
import buildConfig, { buildConfigAssets } from '../constants/buildConfig'

const Container = styled.ScrollView`
display: flex;
flex: 1;
padding: 30px;
`

Expand Down Expand Up @@ -59,10 +59,10 @@ const StyledButton = styled(TextButton)`
`

const TemplateText = styled.Text`
top: -20px;
margin-top: -20px;
border: 1px solid ${props => props.theme.colors.themeColor};
padding: 50px 30px 30px;
margin-bottom: 40px;
padding: 30px 20px 20px;
margin-bottom: 250px;
`

const StyledIcon = styled(Icon)`
Expand Down

0 comments on commit 198278b

Please sign in to comment.