fix #209 make name field length as wide as the bio field

This commit is contained in:
Joshua Burch 2019-02-01 16:12:14 -05:00
parent 1a6207be1d
commit 9eddaf6c3e
1 changed files with 4 additions and 0 deletions

View File

@ -179,5 +179,9 @@
font-size: 1.5em;
margin: 0.25em;
}
.name-changer {
width: 100%;
}
}
</style>