Fix select width on view < 800px

pull/2702/head
kimsible 2020-04-29 17:44:21 +02:00 committed by Rigel Kent
parent 1def3c526e
commit c285180a45
1 changed files with 2 additions and 1 deletions

View File

@ -331,7 +331,8 @@ table {
input[type=text],
input[type=password],
input[type=email],
textarea {
textarea,
.peertube-select-container {
width: 100% !important;
}
}