fix(ui): align response description column (#8963)

Closes #7850
This commit is contained in:
smzelek
2023-07-27 08:16:20 -04:00
committed by GitHub
parent 6a4656f669
commit 876727c46f

View File

@@ -101,7 +101,7 @@ table
border-width: 1px;
}
.markdown {
.markdown, .renderedMarkdown {
p {
margin: 0;
}
@@ -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;
}