fix(ui): alignment of markdown description in parameter/response columns (#8214)

This commit is contained in:
Pompette
2022-10-14 19:43:10 +02:00
committed by GitHub
parent 130a1be133
commit 7936ec9fea

View File

@@ -100,6 +100,12 @@ table
select {
border-width: 1px;
}
.markdown {
p {
margin: 0;
}
}
}
.parameter__name
@@ -179,6 +185,12 @@ table
.response-col_description {
width: 99%; // forces other columns to shrink to their content widths
.markdown {
p {
margin: 0;
}
}
}
.response-col_links {