fix(website): fix code block wrapping in setup section
This commit is contained in:
@@ -308,10 +308,11 @@
|
||||
.wp-quickstart {
|
||||
background: #f6f4ec;
|
||||
border: 1px solid rgba(40, 36, 28, 0.12);
|
||||
border-radius: 8px;
|
||||
border-radius: 2px;
|
||||
padding: 20px 24px;
|
||||
max-width: 480px;
|
||||
margin-top: 16px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.wp-quickstart code {
|
||||
@@ -320,6 +321,7 @@
|
||||
color: #1a1810;
|
||||
display: block;
|
||||
line-height: 1.8;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.wp-quickstart .wp-comment {
|
||||
|
||||
Reference in New Issue
Block a user