Skip to content
Snippets Groups Projects
Commit 9a4c8d1c authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #5958 from metabase/x-ray-padding

More margin-right on SimpleStats in x-rays
parents 941ac02b 911d45f1
Branches test-flakiness
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ import Icon from 'metabase/components/Icon'
const SimpleStat = ({ stat, showDescription }) =>
<div>
<div className="flex align-center">
<h3 className="mr1 text-grey-4">{stat.label}</h3>
<h3 className="mr4 text-grey-4">{stat.label}</h3>
{ showDescription && (
<Tooltip tooltip={stat.description}>
<Icon name='infooutlined' />
......@@ -19,4 +19,3 @@ const SimpleStat = ({ stat, showDescription }) =>
</div>
export default SimpleStat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment