fix(aio): do not collapse API code example indentation

This commit is contained in:
Peter Bacon Darwin 2017-04-30 12:42:14 +01:00 committed by Matias Niemelä
parent 3f1d7f7a76
commit 58817f55e1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
position: relative;
pre {
white-space: pre-line;
white-space: pre-wrap;
}
table.api-table {