diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 6458ae749..9cf0fa3e8 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -91,7 +91,9 @@ hr { } .coral-plugin-author-name-text { - font-weight: bold; + display: inline-block; + margin-right: 10px; + font-weight: bolder; } diff --git a/client/coral-plugin-author-name/AuthorName.js b/client/coral-plugin-author-name/AuthorName.js index cb465db37..04817da1c 100644 --- a/client/coral-plugin-author-name/AuthorName.js +++ b/client/coral-plugin-author-name/AuthorName.js @@ -1,8 +1,8 @@ import React from 'react' -const name = 'coral-plugin-author-name' +const packagename = 'coral-plugin-author-name' const AuthorName = ({name}) => -