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.
This commit is contained in:
jenglish404
2018-01-05 15:17:22 -08:00
committed by GitHub
parent a9ea10da2c
commit 71c0742735

View File

@@ -84,15 +84,6 @@ table
.parameters-col_description .parameters-col_description
{ {
p
{
font-size: 14px;
margin: 0;
@include text_body();
}
input[type=text] input[type=text]
{ {
width: 100%; width: 100%;