diff --git a/lib/components/ParamsList/params-list.css b/lib/components/ParamsList/params-list.css index a7af38cb..d8ae1808 100644 --- a/lib/components/ParamsList/params-list.css +++ b/lib/components/ParamsList/params-list.css @@ -10,6 +10,14 @@ table { border: 2px solid #1976D3; } +td.param-name { + width: 20%; +} + +td.param-description { + width: 30%; +} + thead tr:first-child { background: #1976D3; color: #fff; @@ -29,7 +37,7 @@ tbody td { td, th { vertical-align: top; - padding: 10px 15px; + padding: 10px 10px; font-size: 12px; } diff --git a/lib/components/ResponsesList/responses-list.css b/lib/components/ResponsesList/responses-list.css index 9099b038..74fc76a5 100644 --- a/lib/components/ResponsesList/responses-list.css +++ b/lib/components/ResponsesList/responses-list.css @@ -8,6 +8,14 @@ table { border: 2px solid green; } +th.response-code { + width: 10%; +} + +th.response-description { + width: 30%; +} + thead tr:first-child { background: green; color: #fff; @@ -27,7 +35,7 @@ tbody td { td, th { vertical-align: top; - padding: 10px 15px; + padding: 10px 10px; font-size: 12px; } diff --git a/lib/components/ResponsesList/responses-list.html b/lib/components/ResponsesList/responses-list.html index 849de725..741ebb31 100644 --- a/lib/components/ResponsesList/responses-list.html +++ b/lib/components/ResponsesList/responses-list.html @@ -4,8 +4,8 @@ Responses - Response code - Description + Code + Description Response schema