diff --git a/static/styles/portico.scss b/static/styles/portico.scss index 1eaf7f1e03..8a40d4a65d 100644 --- a/static/styles/portico.scss +++ b/static/styles/portico.scss @@ -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; +} diff --git a/static/third/bootstrap/css/bootstrap.css b/static/third/bootstrap/css/bootstrap.css index 23de9383f0..ef4330f7db 100644 --- a/static/third/bootstrap/css/bootstrap.css +++ b/static/third/bootstrap/css/bootstrap.css @@ -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,