Merge pull request #3423 from benjiwheeler/join-flow-select-text

make text selectable, so users can copy errors
This commit is contained in:
Benjamin Wheeler 2019-10-21 11:17:02 -04:00 committed by GitHub
commit fdbbc5e632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,6 +178,7 @@
}
.join-flow-registration-error {
user-select: text; /* make text selectable, so users can copy errors */
padding-top: 5.5rem;
}