Browse Source

Merge pull request #1798 from Gamaranto/fix-placelhoder-bug

Fix placeholders from jumping around
Bedeho Mender 4 years ago
parent
commit
398e1628aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/shared/components/VideoPreview/VideoPreviewBase.styles.tsx

+ 1 - 0
src/shared/components/VideoPreview/VideoPreviewBase.styles.tsx

@@ -88,6 +88,7 @@ const mainInfoContainerCss = css`
 `
 
 export const InfoContainer = styled.div<MainProps>`
+  min-height: 86px;
   width: 100%;
   display: flex;
   margin-top: ${({ main }) => (main ? spacing.m : spacing.s)};