fix(aio): do not collapse API code example indentation
This commit is contained in:
parent
3f1d7f7a76
commit
58817f55e1
|
@ -2,7 +2,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
white-space: pre-line;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.api-table {
|
table.api-table {
|
||||||
|
|
Loading…
Reference in New Issue