mirror of
https://github.com/byulmaru/quesdon
synced 2024-11-27 14:28:04 +09:00
これでたぶん回答が改行されるようになった
This commit is contained in:
parent
23fc8ade96
commit
6d7b91998b
@ -68,7 +68,7 @@ export default class Question extends React.Component<Props, State> {
|
||||
}
|
||||
|
||||
renderAnswer() {
|
||||
return <CardText>{this.props.answer}</CardText>
|
||||
return <CardText className="question-text">{this.props.answer}</CardText>
|
||||
}
|
||||
|
||||
renderAnswerForm() {
|
||||
|
Loading…
Reference in New Issue
Block a user