make text selectable, so users can copy errors

This commit is contained in:
Ben Wheeler 2019-10-18 13:54:59 -04:00
parent 3e6e87c3a4
commit c499624345

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;
}