Fix select width on view < 800px
authorkimsible <kimsible@users.noreply.github.com>
Wed, 29 Apr 2020 15:44:21 +0000 (17:44 +0200)
committerRigel Kent <par@rigelk.eu>
Thu, 30 Apr 2020 15:52:37 +0000 (17:52 +0200)
client/src/sass/application.scss

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