From 3677ca10e297742480cfdb8176f17e2d2ec2b43a Mon Sep 17 00:00:00 2001 From: Butter Cat Date: Thu, 25 Jul 2024 20:26:27 -0400 Subject: [PATCH] Fix sort options overflow on small screens (#192) --- static/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/style.css b/static/style.css index 4a05053..3ab98b4 100644 --- a/static/style.css +++ b/static/style.css @@ -829,10 +829,6 @@ button.submit:hover > svg { width: 100%; } - #sort_options { - min-width: fit-content; - } - .search_widget_divider_box > select:last-child { border-right: 0; }