Skip to content

Commit 5eed2f0

Browse files
authored
fix(card-in-card): video to better fill parent container (#12289)
### Related Ticket(s) Closes https://jsw.ibm.com/browse/ADCMS-7507 ### Description changing the display property in the Card in Card's parent container so that the video fills it in properly. Before: ![image](https://github.com/user-attachments/assets/8333b5b6-46db-44e5-bd7f-716aab145480) After: ![image](https://github.com/user-attachments/assets/c3f46fd8-0d47-46aa-bc71-ebc5ce28e467)
1 parent 83e8dcd commit 5eed2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/styles/scss/components/video-player/_video-player.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ $aspect-ratios: ((16, 9), (9, 16), (2, 1), (1, 2), (4, 3), (3, 4), (1, 1));
115115

116116
.#{$c4d-prefix}--video-player__video-container {
117117
position: relative;
118-
display: inline-block;
118+
display: block;
119119
inline-size: 100%;
120120

121121
&:focus {

0 commit comments

Comments
 (0)