Skip to content

Commit

Permalink
Fixes #3646
Browse files Browse the repository at this point in the history
Fix CSS selector for markdown content inside response component.
  • Loading branch information
owenconti committed Oct 10, 2017
1 parent 1e14662 commit 2cd4989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -543,14 +543,14 @@

.response-col_description__inner
{
span
div.markdown, div.renderedMarkdown
{
font-size: 12px;
font-style: italic;

display: block;

margin: 10px 0;
margin: 0;
padding: 10px;

border-radius: 4px;
Expand Down

0 comments on commit 2cd4989

Please sign in to comment.