Skip to content

Commit

Permalink
Simplify css
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed May 14, 2020
1 parent 06c87bb commit 662aed3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,7 @@ export const ExpressionRow: React.FC<ExpressionRowProps> = props => {
{metric && (
<div
style={{
display: 'flex',
alignItems: 'center',
height: '100%',
paddingTop: '4px',
paddingBottom: '4px',
alignSelf: 'center',
}}
>
<EuiText size={'s'}>{metricUnit[metric]?.label || ''}</EuiText>
Expand Down

0 comments on commit 662aed3

Please sign in to comment.