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