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