Merge branch 'fix/name-field-length-should-be-as-wide-as-the-bio-field' into 'develop'

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

Closes #209

See merge request pleroma/pleroma-fe!507
This commit is contained in:
feld 2019-02-01 21:32:31 +00:00
commit 75b8b5d1eb
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>