fix(ui): alignment of markdown description in parameter/response columns (#8214)
This commit is contained in:
@@ -100,6 +100,12 @@ table
|
|||||||
select {
|
select {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown {
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.parameter__name
|
.parameter__name
|
||||||
@@ -179,6 +185,12 @@ table
|
|||||||
|
|
||||||
.response-col_description {
|
.response-col_description {
|
||||||
width: 99%; // forces other columns to shrink to their content widths
|
width: 99%; // forces other columns to shrink to their content widths
|
||||||
|
|
||||||
|
.markdown {
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.response-col_links {
|
.response-col_links {
|
||||||
|
|||||||
Reference in New Issue
Block a user