Skip to content

Commit 446e86b

Browse files
authored
Merge pull request Sofie-Automation#1711 from nrkno/contrib/fix/popUpLargePadding
2 parents 2165350 + 6d21f09 commit 446e86b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/webui/src/client/ui/PreviewPopUp/PreviewPopUp.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535

3636
&--large {
3737
width: 482px;
38-
padding-bottom: 10px;
3938
--preview-max-dimension: 480;
4039
}
4140

@@ -433,4 +432,8 @@
433432
font-weight: 300;
434433
}
435434
}
435+
436+
> * + :last-child:not(.preview-popUp__box-layout, .preview-popUp__iframe, .preview-popUp__video) {
437+
margin-bottom: 10px;
438+
}
436439
}

0 commit comments

Comments
 (0)