Skip to content

Commit

Permalink
fix(WebexMeeting): add min-width on the meeting widget
Browse files Browse the repository at this point in the history
  • Loading branch information
CoroDaniel authored and cipak committed Nov 16, 2021
1 parent 3fb34af commit 687cc06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/WebexMeeting/WebexMeeting.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.webex-meeting-widget {
max-width: 100%;
min-width: 22.5rem;
color: var(--wxc-text-color);
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 687cc06

Please sign in to comment.