Fix login input size

This commit is contained in:
Chocobozzz 2022-06-15 13:47:24 +02:00
parent b38fcaad02
commit 428025432b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ label {
input[type=text],
input[type=email] {
@include peertube-input-text(340px);
@include peertube-input-text(100%);
}
.modal-body {