fix(ui): change font size in request list/user list dropdowns to prevent zoom on mobile

This commit is contained in:
sct
2021-02-14 11:48:28 +00:00
parent 9757e3ae0c
commit fb9c878db4
2 changed files with 3 additions and 3 deletions

View File

@@ -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)}