Skip to content

Commit 46cbb99

Browse files
authored
fix: Meeting Title margin issue in in-meeting component (#844)
1 parent 1d7d368 commit 46cbb99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/WebexInMeeting/WebexInMeeting.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ $shadow-color: rgba(0, 0, 0, 0.2);
4646
min-height: auto;
4747
background: var(--wxc-secondary-video-background);
4848
}
49-
49+
.#{$C}__info {
50+
margin-bottom: 1rem;
51+
}
52+
5053
&--tablet {
5154
.#{$C}__local-media-in-meeting {
5255
@include media-preview-tablet();

0 commit comments

Comments
 (0)