-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
adamlaska/osmos-cosmos-sdk
#5Labels
HacktoberfestGood issue for Hacktoberfest challengeGood issue for Hacktoberfest challengecomplexity: easyEasy complexityEasy complexityeffort: lowAround a day or lessAround a day or lessgood first issueGood for newcomersGood for newcomersstatus: community assignedCommunity assignedCommunity assignedtype: bugSomething isn't workingSomething isn't working
Description
- I confirm that this is an issue rather than a question.
Bug report
Three backsticks codeblock takes full container width while four spaces codeblock has some space on left and right.
Steps to reproduce
- Create a three backsticks codeblock
- Create a four spaces codeblock
- Change your browser screen size or access through phone
- Compare
What is expected?
Both should be the same width
What is actually happening?
Three backsticks codeblock is being rendered inside a div with the classes language-<language>
and extra-class
, the pre tag also has an language-<language>
class
Other relevant information
- Removing the
language-<language>
class from the outside div fixes it but the box isn't rounded.
Metadata
Metadata
Assignees
Labels
HacktoberfestGood issue for Hacktoberfest challengeGood issue for Hacktoberfest challengecomplexity: easyEasy complexityEasy complexityeffort: lowAround a day or lessAround a day or lessgood first issueGood for newcomersGood for newcomersstatus: community assignedCommunity assignedCommunity assignedtype: bugSomething isn't workingSomething isn't working