-
Notifications
You must be signed in to change notification settings - Fork 509
Adding border radius example with recommended changes. #546
Adding border radius example with recommended changes. #546
Conversation
wbamberg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the updates! Looks great, but I had a couple more minor comments.
| <div class="example-choice" initial-choice="true"> | ||
| <pre><code id="example_one" class="language-css">border-radius: 30px;</code></pre> | ||
| <button type="button" class="copy hidden" aria-hidden="true"> | ||
| <span class="visually-hidden">Copy to Clipboard</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please indent HTML using 4 spaces, not 8 (here and elsewhere in this file).
| @@ -0,0 +1,7 @@ | |||
| #example-element { | |||
| width: 200px; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should use something like width: 80%; here - as it is this cuts off the end of the text.
wbamberg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution @helmutgranda !
|
Congrats on merging your first pull request! 🎉🎉🎉 |
* upstream/master: Adding list-style css example. (mdn#547) Flex examples (mdn#558) Add column examples (mdn#549) Remove CSS example id attributes (mdn#556) Add various text examples (mdn#545) Add contribution item (mdn#552) Adds @helmutgranda as contributor (mdn#550) Adding border radius example with recommended changes. (mdn#546) Add `quotes` example (mdn#543)
Adding a new PR with changes recommended by @wbamberg for #502