[Задача 12794] Немного исправил верстку карточек с опечатками

parent 28136371
...@@ -35,7 +35,7 @@ export default class Typo extends Component { ...@@ -35,7 +35,7 @@ export default class Typo extends Component {
<CardBody> <CardBody>
<CardTitle><del>{typo.originalText}</del> -> {typo.correctedText}</CardTitle> <CardTitle><del>{typo.originalText}</del> -> {typo.correctedText}</CardTitle>
<CardText>{typo.context}</CardText> <CardText><div>{typo.context}</div></CardText>
<div className="card-buttons"> <div className="card-buttons">
<div className="buttons-wrapper"> <div className="buttons-wrapper">
......
...@@ -25,4 +25,8 @@ ...@@ -25,4 +25,8 @@
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 12px; top: 12px;
}
.TypoCard .card-text {
min-height: 100px;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment