Skip to content
Snippets Groups Projects
Commit 95520604 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix text alignment on small cards

parent a5008953
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,7 @@ export default class Smart extends React.Component {
<Box className="SmartWrapper">
{!lastChange || !previousValue ? (
<Box
className="text-centered"
color={colors["text-medium"]}
>{jt`Nothing to compare for the previous ${granularity}.`}</Box>
) : (
......
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