diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-15 13:47:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-15 13:47:24 +0200 |
commit | 428025432b111dcee90ba4a47eeaac8b03f4c4f6 (patch) | |
tree | 88d605d2921a290fb62c31925d4a5862accf4439 | |
parent | b38fcaad022beec5e552056208000f7d383fe854 (diff) | |
download | PeerTube-428025432b111dcee90ba4a47eeaac8b03f4c4f6.tar.gz PeerTube-428025432b111dcee90ba4a47eeaac8b03f4c4f6.tar.zst PeerTube-428025432b111dcee90ba4a47eeaac8b03f4c4f6.zip |
Fix login input size
-rw-r--r-- | client/src/app/+login/login.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss index 49c873cd4..e59ae10f8 100644 --- a/client/src/app/+login/login.component.scss +++ b/client/src/app/+login/login.component.scss | |||
@@ -10,7 +10,7 @@ label { | |||
10 | 10 | ||
11 | input[type=text], | 11 | input[type=text], |
12 | input[type=email] { | 12 | input[type=email] { |
13 | @include peertube-input-text(340px); | 13 | @include peertube-input-text(100%); |
14 | } | 14 | } |
15 | 15 | ||
16 | .modal-body { | 16 | .modal-body { |