From: kimsible <kimsible@users.noreply.github.com>
Date: Wed, 29 Apr 2020 15:44:21 +0000 (+0200)
Subject: Fix select width on view < 800px
X-Git-Tag: v2.2.0-rc.1~151
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c285180a45e6cd342184512cae2bb56af51fe833;p=oweals%2Fpeertube.git

Fix select width on view < 800px
---

diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 7ea82b6f9..b62c91384 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -331,7 +331,8 @@ table {
       input[type=text],
       input[type=password],
       input[type=email],
-      textarea {
+      textarea,
+      .peertube-select-container {
         width: 100% !important;
       }
     }