Skip to content

Commit

Permalink
fix(ui): alignment of markdown description in parameter/response colu…
Browse files Browse the repository at this point in the history
…mns (#8214)
  • Loading branch information
Pompette authored Oct 14, 2022
1 parent 130a1be commit 7936ec9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/style/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ table
select {
border-width: 1px;
}

.markdown {
p {
margin: 0;
}
}
}

.parameter__name
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 7936ec9

Please sign in to comment.