Fix login input size
This commit is contained in:
parent
b38fcaad02
commit
428025432b
|
@ -10,7 +10,7 @@ label {
|
|||
|
||||
input[type=text],
|
||||
input[type=email] {
|
||||
@include peertube-input-text(340px);
|
||||
@include peertube-input-text(100%);
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
|
|
Loading…
Reference in New Issue