Unverified Commit 03ddbfbb authored by Daniel's avatar Daniel Committed by GitHub

Fixed linebreaks with Markdown descriptions (#305)

parent 6e9b3813
...@@ -13,12 +13,10 @@ ...@@ -13,12 +13,10 @@
.edit-link { .edit-link {
opacity: 0; opacity: 0;
margin-left: 4px;
text-decoration: none; text-decoration: none;
&.no-value { &.no-value {
opacity: 1; opacity: 1;
margin-left: 0;
} }
} }
...@@ -29,7 +27,6 @@ ...@@ -29,7 +27,6 @@
// React-Markdown wraps editable text with a paragraph // React-Markdown wraps editable text with a paragraph
> p { > p {
margin: 0; margin: 0;
display: inline;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment