Skip to content
Snippets Groups Projects
Unverified Commit 0ab5f2c6 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix broken dashcard CSS classes. Resolves #4720

parent c56c2954
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ export default class DashCard extends Component {
return (
<div
className={"Card bordered rounded flex flex-column hover-parent hover--visibility" + cx({
className={cx("Card bordered rounded flex flex-column hover-parent hover--visibility", {
"Card--recent": dashcard.isAdded,
"Card--unmapped": !isMappedToAllParameters && !isEditing,
"Card--slow": isSlow === "usually-slow"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment