aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register/register-step-user.component.html
diff options
context:
space:
mode:
authortest2a <39449563+test2a@users.noreply.github.com>2020-11-25 20:27:10 +0530
committerGitHub <noreply@github.com>2020-11-25 15:57:10 +0100
commit832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65 (patch)
tree142b758f4e2e8f85d1015506841696916d0b5052 /client/src/app/+signup/+register/register-step-user.component.html
parentd07b2944dbbe4877311a68b3960c04b0173957f0 (diff)
downloadPeerTube-832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65.tar.gz
PeerTube-832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65.tar.zst
PeerTube-832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65.zip
adjust registration form width on mobile (#3274)
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
Diffstat (limited to 'client/src/app/+signup/+register/register-step-user.component.html')
-rw-r--r--client/src/app/+signup/+register/register-step-user.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+signup/+register/register-step-user.component.html b/client/src/app/+signup/+register/register-step-user.component.html
index 1bd378b13..edb93b8ed 100644
--- a/client/src/app/+signup/+register/register-step-user.component.html
+++ b/client/src/app/+signup/+register/register-step-user.component.html
@@ -20,7 +20,7 @@
20 20
21 <div class="input-group"> 21 <div class="input-group">
22 <input 22 <input
23 type="text" id="username" i18n-placeholder placeholder="Example: jane_doe" 23 type="text" id="username" i18n-placeholder="Username choice placeholder in the registration form" placeholder="e.g. jane_doe"
24 formControlName="username" class="form-control" [ngClass]="{ 'input-error': formErrors['username'] }" 24 formControlName="username" class="form-control" [ngClass]="{ 'input-error': formErrors['username'] }"
25 > 25 >
26 <div class="input-group-append"> 26 <div class="input-group-append">