Merge pull request #1933 from robintown/invite-modal-overflow

Fix the invite modal overflowing
This commit is contained in:
Robin 2023-11-29 11:47:44 -05:00 committed by GitHub
commit c40ee6b8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {