From d7f9a2151970f4c69d1feb394423c180e85ccd43 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 8 Feb 2019 12:38:01 +0000 Subject: [PATCH] api docs: Move json-api-example css to portico.scss. We didn't need to patch the third-party bootstrap code for this. --- static/styles/portico.scss | 10 ++++++++++ static/third/bootstrap/css/bootstrap.css | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) 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,