From c285180a45e6cd342184512cae2bb56af51fe833 Mon Sep 17 00:00:00 2001 From: kimsible Date: Wed, 29 Apr 2020 17:44:21 +0200 Subject: [PATCH] Fix select width on view < 800px --- client/src/sass/application.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } -- 2.25.1