mirror of
https://github.com/sct/overseerr.git
synced 2025-09-26 20:12:33 +02:00
fix(ui): change font size in request list/user list dropdowns to prevent zoom on mobile
This commit is contained in:
@@ -414,7 +414,7 @@ const UserList: React.FC = () => {
|
||||
setCurrentSort(e.target.value as Sort);
|
||||
}}
|
||||
value={currentSort}
|
||||
className="text-sm rounded-r-only"
|
||||
className="rounded-r-only"
|
||||
>
|
||||
<option value="created">
|
||||
{intl.formatMessage(messages.sortCreated)}
|
||||
|
Reference in New Issue
Block a user