diff --git a/packages/quiz/questions/whats-the-difference-between-inline-and-inline-block/en-US.mdx b/packages/quiz/questions/whats-the-difference-between-inline-and-inline-block/en-US.mdx index 0974e79d3..9a2a73177 100644 --- a/packages/quiz/questions/whats-the-difference-between-inline-and-inline-block/en-US.mdx +++ b/packages/quiz/questions/whats-the-difference-between-inline-and-inline-block/en-US.mdx @@ -1,9 +1,7 @@ --- -title: What's the difference between `inline` and `inline-block`? +title: What's the difference between `block`, `inline`, and `inline-block`? --- -Let's also compare with `display: block` for completeness sake. - | Property | `block` | `inline-block` | `inline` | | --- | --- | --- | --- | | Size | Fills up the width of its parent container. | Depends on content. | Depends on content. |