diff --git a/src/common/MetaPreview/ActionButton/styles.less b/src/common/MetaPreview/ActionButton/styles.less index a74c0cc0e..71b124c5e 100644 --- a/src/common/MetaPreview/ActionButton/styles.less +++ b/src/common/MetaPreview/ActionButton/styles.less @@ -11,9 +11,8 @@ } .icon-container { - flex-grow: 0; - flex-shrink: 0; - flex-basis: 50%; + flex: 0 0 50%; + align-self: stretch; padding-top: 15%; &:only-child { @@ -29,9 +28,8 @@ } .label-container { - flex-grow: 0; - flex-shrink: 0; - flex-basis: 50%; + flex: 0 0 50%; + align-self: stretch; display: flex; flex-direction: row; align-items: center;