Fix select width on view < 800px
This commit is contained in:
parent
1def3c526e
commit
c285180a45
|
@ -331,7 +331,8 @@ table {
|
||||||
input[type=text],
|
input[type=text],
|
||||||
input[type=password],
|
input[type=password],
|
||||||
input[type=email],
|
input[type=email],
|
||||||
textarea {
|
textarea,
|
||||||
|
.peertube-select-container {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue