forked from AkkomaGang/akkoma-fe
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:
commit
75b8b5d1eb
1 changed files with 4 additions and 0 deletions
|
@ -179,5 +179,9 @@
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin: 0.25em;
|
margin: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.name-changer {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue