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

This commit is contained in:
Giordano Ricci 2021-05-25 12:34:52 +01:00 committed by GitHub
parent 2f14ef9235
commit a8fa5f1796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%;