mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana-UI: Make card figure honor align prop (#34639)
This commit is contained in:
parent
2f14ef9235
commit
a8fa5f1796
@ -145,8 +145,6 @@ export const getCardStyles = stylesFactory((theme: GrafanaTheme2) => {
|
|||||||
media: css`
|
media: css`
|
||||||
margin-right: ${theme.spacing(2)};
|
margin-right: ${theme.spacing(2)};
|
||||||
width: 40px;
|
width: 40px;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user