From 71c0742735f5ed59cda9b40cceb37a5c5c539724 Mon Sep 17 00:00:00 2001 From: jenglish404 <35153209+jenglish404@users.noreply.github.com> Date: Fri, 5 Jan 2018 15:17:22 -0800 Subject: [PATCH] Make parameter description styles consistent Remove .swagger-ui .parameters-col_description p formatting from _table.scss. With this in place, the parameter descriptions are bold and a larger font for request parameters. This is inconsistent with how response values are displayed. --- src/style/_table.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/style/_table.scss b/src/style/_table.scss index 221da52c..45e0748c 100644 --- a/src/style/_table.scss +++ b/src/style/_table.scss @@ -84,15 +84,6 @@ table .parameters-col_description { - p - { - font-size: 14px; - - margin: 0; - - @include text_body(); - } - input[type=text] { width: 100%;