diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index ea89ca9ce..be510c08f 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -371,7 +371,7 @@ table { | |||
371 | input[type=email], | 371 | input[type=email], |
372 | textarea, | 372 | textarea, |
373 | .peertube-select-container { | 373 | .peertube-select-container { |
374 | width: 100% !important; | 374 | flex-grow: 1; |
375 | } | 375 | } |
376 | 376 | ||
377 | .caption input[type=text] { | 377 | .caption input[type=text] { |