api docs: Move json-api-example css to portico.scss.

We didn't need to patch the third-party bootstrap code for this.
This commit is contained in:
Steve Howell 2019-02-08 12:38:01 +00:00 committed by Tim Abbott
parent e4832cc9da
commit d7f9a21519
2 changed files with 10 additions and 10 deletions

View File

@ -2213,3 +2213,13 @@ input.new-organization-button {
margin-top: 20px;
padding-right: 10px;
}
.table .json-api-example {
width: fit-content;
max-width: 300px;
word-wrap: break-word;
}
.table .json-api-example code {
white-space: pre-wrap;
}

View File

@ -2008,16 +2008,6 @@ table {
vertical-align: bottom;
}
.table .json-api-example {
width: fit-content;
max-width: 300px;
word-wrap: break-word;
}
.table .json-api-example code {
white-space: pre-wrap;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,