mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
hackily fix birthdate description wrapping
This commit is contained in:
parent
c9b22141af
commit
5c5f571438
2 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,7 @@ class BirthDateStep extends React.Component {
|
|||
return (
|
||||
<JoinFlowStep
|
||||
description={this.props.intl.formatMessage({id: 'registration.private'})}
|
||||
descriptionClassName="join-flow-birthdate-description"
|
||||
headerImgSrc="/images/join-flow/birthdate-header.png"
|
||||
infoMessage={this.props.intl.formatMessage({id: 'registration.birthDateStepInfo'})}
|
||||
innerClassName="join-flow-inner-birthdate-step"
|
||||
|
|
|
@ -101,6 +101,11 @@
|
|||
padding-top: 3rem;
|
||||
}
|
||||
|
||||
.join-flow-birthdate-description {
|
||||
margin-left: -.5rem;
|
||||
margin-right: -.5rem;
|
||||
}
|
||||
|
||||
.join-flow-gender-description {
|
||||
margin-top: .625rem;
|
||||
margin-bottom: 1.25rem;
|
||||
|
|
Loading…
Reference in a new issue