Clean up registration page

This commit is contained in:
Robert Long
2022-01-04 17:09:27 -08:00
parent ef8c28f274
commit f4936f221f
13 changed files with 299 additions and 341 deletions

View File

@@ -27,3 +27,9 @@
.primary {
color: var(--primaryColor);
}
.overflowEllipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}