Grafana-UI: Make card figure honor align prop (#34639) (#34644)

(cherry picked from commit a8fa5f1796)

Co-authored-by: Giordano Ricci <me@giordanoricci.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-25 14:07:22 +02:00
committed by GitHub
co-authored by Giordano Ricci
parent 0822375888
commit c8ae5539bc
@@ -145,8 +145,6 @@ export const getCardStyles = stylesFactory((theme: GrafanaTheme2) => {
media: css`
margin-right: ${theme.spacing(2)};
width: 40px;
display: flex;
align-items: center;
& > * {
width: 100%;