Skip to content

Commit

Permalink
Fixed linebreaks with Markdown descriptions (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored Oct 2, 2019
1 parent 6e9b381 commit 03ddbfb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@

.edit-link {
opacity: 0;
margin-left: 4px;
text-decoration: none;

&.no-value {
opacity: 1;
margin-left: 0;
}
}

Expand All @@ -29,7 +27,6 @@
// React-Markdown wraps editable text with a paragraph
> p {
margin: 0;
display: inline;
}
}

Expand Down

0 comments on commit 03ddbfb

Please sign in to comment.