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

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 {