Skip to content

Commit d36d137

Browse files
JacobDiazCruzJacobDiazCruz
and
JacobDiazCruz
authored
Fix: spacing for content app dashboard (#1347)
Co-authored-by: JacobDiazCruz <[email protected]>
1 parent 50665d4 commit d36d137

File tree

1 file changed

+1
-1
lines changed
  • src/apps/content-editor/src/app/views/Dashboard/components/ChartDashboard

1 file changed

+1
-1
lines changed

src/apps/content-editor/src/app/views/Dashboard/components/ChartDashboard/ChartDashboard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function ChartDashboard(props) {
102102
/>
103103
</CardContent>
104104
<CardActions>
105-
There were <strong>{total} actions</strong> in the past{" "}
105+
There were <strong>&nbsp;{total} actions&nbsp;</strong> in the past{" "}
106106
<strong>30 days</strong>
107107
</CardActions>
108108
</Card>

0 commit comments

Comments
 (0)