Unverified Commit 33bfeefc authored by Jonathan Hehir's avatar Jonathan Hehir Committed by GitHub

fix: wrap dashboard description in .editable-text for styles (#520)

parent c32080ea
...@@ -222,9 +222,11 @@ export class DashboardPage extends React.Component< ...@@ -222,9 +222,11 @@ export class DashboardPage extends React.Component<
)}`} )}`}
> >
{hasDescription && ( {hasDescription && (
<div className="editable-text">
<div className="markdown-wrapper"> <div className="markdown-wrapper">
<ReactMarkdown source={dashboard.description} /> <ReactMarkdown source={dashboard.description} />
</div> </div>
</div>
)} )}
{!hasDescription && ( {!hasDescription && (
<a <a
......
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