From: Dessalines Date: Thu, 18 Apr 2019 15:14:45 +0000 (-0700) Subject: Adding max length to user, post, and forum fields. X-Git-Url: http://these/git/readmes/%7B%60%24%7BarchiveTodayUrl%7D/static/gitweb.css?a=commitdiff_plain;h=927dcd8191846e4493b55bf1dca8c6efc6815893;p=lemmy.git Adding max length to user, post, and forum fields. Fixes #76 --- diff --git a/ui/src/components/community-form.tsx b/ui/src/components/community-form.tsx index 0613ef4d..14c2a6b8 100644 --- a/ui/src/components/community-form.tsx +++ b/ui/src/components/community-form.tsx @@ -76,13 +76,13 @@ export class CommunityForm extends Component
- +
- +
diff --git a/ui/src/components/login.tsx b/ui/src/components/login.tsx index e871acef..4d0b22d0 100644 --- a/ui/src/components/login.tsx +++ b/ui/src/components/login.tsx @@ -98,7 +98,7 @@ export class Login extends Component {
- +
diff --git a/ui/src/components/post-form.tsx b/ui/src/components/post-form.tsx index b8ea359f..4627ab48 100644 --- a/ui/src/components/post-form.tsx +++ b/ui/src/components/post-form.tsx @@ -86,7 +86,7 @@ export class PostForm extends Component {
-