From f1c0781cf5a72f5c46af2259be62b36142f4c5a8 Mon Sep 17 00:00:00 2001 From: Vandern Rodrigues Date: Fri, 5 Apr 2024 03:15:38 +0100 Subject: [PATCH] fix: horizontal overflow in sort dropdown --- src/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.css b/src/main.css index e4707df..c03b10d 100644 --- a/src/main.css +++ b/src/main.css @@ -77,6 +77,9 @@ } #ytpdc-sort-control select { + width: 100%; + height: auto; + white-space: pre-wrap; appearance: none; color: #ddd; background-color: transparent;