refactor(syntax-highlighting): use component wrapping for syntax highlighting activation (#9784)
This commit is contained in:
@@ -654,8 +654,9 @@
|
||||
|
||||
.curl
|
||||
{
|
||||
white-space: normal;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
max-height: 400px;
|
||||
min-height: 6em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user