Skip to content

Commit

Permalink
Merge pull request #1933 from robintown/invite-modal-overflow
Browse files Browse the repository at this point in the history
Fix the invite modal overflowing
  • Loading branch information
robintown authored Nov 29, 2023
2 parents 55acbee + e017468 commit c40ee6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/room/InviteModal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ limitations under the License.
text-align: center;
color: var(--cpd-color-text-secondary);
margin-block-end: var(--cpd-space-8x);
overflow-wrap: break-word;
}

.button {
Expand Down

0 comments on commit c40ee6b

Please sign in to comment.