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:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user