Fix the invite modal overflowing

If the URL was the wrong shape, it could cause the modal to overflow, so it needs an extra nudge to line break in the right places.
This commit is contained in:
Robin 2023-11-29 11:27:44 -05:00
parent 55acbee9dc
commit e017468f4d

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 {