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
Branches
Tags
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.
Please register or to comment