Skip to content

Commit

Permalink
fix(ui): align response description column (#8963)
Browse files Browse the repository at this point in the history
Closes #7850
  • Loading branch information
smzelek authored Jul 27, 2023
1 parent 6a4656f commit 876727c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ table
border-width: 1px;
}

.markdown {
.markdown, .renderedMarkdown {
p {
margin: 0;
}
Expand Down Expand Up @@ -187,7 +187,7 @@ table
.response-col_description {
width: 99%; // forces other columns to shrink to their content widths

.markdown {
.markdown, .renderedMarkdown {
p {
margin: 0;
}
Expand Down

0 comments on commit 876727c

Please sign in to comment.