mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-25 10:03:45 +03:00
Table sizing minor fixes
This commit is contained in:
parent
b07fd26647
commit
f7958644cb
|
@ -10,6 +10,14 @@ table {
|
||||||
border: 2px solid #1976D3;
|
border: 2px solid #1976D3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.param-name {
|
||||||
|
width: 20%;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.param-description {
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
thead tr:first-child {
|
thead tr:first-child {
|
||||||
background: #1976D3;
|
background: #1976D3;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -29,7 +37,7 @@ tbody td {
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 10px 15px;
|
padding: 10px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,14 @@ table {
|
||||||
border: 2px solid green;
|
border: 2px solid green;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
th.response-code {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
th.response-description {
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
thead tr:first-child {
|
thead tr:first-child {
|
||||||
background: green;
|
background: green;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -27,7 +35,7 @@ tbody td {
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
padding: 10px 15px;
|
padding: 10px 10px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<th colspan="3"> Responses </th>
|
<th colspan="3"> Responses </th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th> Response code </th>
|
<th class="response-code"> Code </th>
|
||||||
<th> Description </th>
|
<th class="response-description"> Description </th>
|
||||||
<th> Response schema </th>
|
<th> Response schema </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user