Skip to content
Snippets Groups Projects
Commit 911d45f1 authored by Maz Ameli's avatar Maz Ameli
Browse files

add extra margin-right to x-ray stats

parent 941ac02b
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import Icon from 'metabase/components/Icon' ...@@ -5,7 +5,7 @@ import Icon from 'metabase/components/Icon'
const SimpleStat = ({ stat, showDescription }) => const SimpleStat = ({ stat, showDescription }) =>
<div> <div>
<div className="flex align-center"> <div className="flex align-center">
<h3 className="mr1 text-grey-4">{stat.label}</h3> <h3 className="mr4 text-grey-4">{stat.label}</h3>
{ showDescription && ( { showDescription && (
<Tooltip tooltip={stat.description}> <Tooltip tooltip={stat.description}>
<Icon name='infooutlined' /> <Icon name='infooutlined' />
...@@ -19,4 +19,3 @@ const SimpleStat = ({ stat, showDescription }) => ...@@ -19,4 +19,3 @@ const SimpleStat = ({ stat, showDescription }) =>
</div> </div>
export default SimpleStat export default SimpleStat
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