Skip to content

Commit

Permalink
fix: Meeting Title margin issue in in-meeting component (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarika authored Oct 16, 2024
1 parent 1d7d368 commit 46cbb99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/WebexInMeeting/WebexInMeeting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ $shadow-color: rgba(0, 0, 0, 0.2);
min-height: auto;
background: var(--wxc-secondary-video-background);
}

.#{$C}__info {
margin-bottom: 1rem;
}

&--tablet {
.#{$C}__local-media-in-meeting {
@include media-preview-tablet();
Expand Down

0 comments on commit 46cbb99

Please sign in to comment.