mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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:
parent
e4832cc9da
commit
d7f9a21519
@ -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;
|
||||
}
|
||||
|
||||
10
static/third/bootstrap/css/bootstrap.css
vendored
10
static/third/bootstrap/css/bootstrap.css
vendored
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user