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