Skip to content

Commit

Permalink
display profile manage btn better on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0-bit committed Aug 16, 2023
1 parent 14d7618 commit cf21c4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webserver/web-interface/src/pages/Profiles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,11 @@ function ActionBar({
}: ActionBarProp) {
return (
<Box sx={{
mt: 2, display: 'flex', justifyContent: 'space-between', alignItems: 'center',
mt: 2,
display: 'flex',
flexWrap: 'wrap',
justifyContent: 'space-between',
alignItems: 'center',
}}
>
<Button
Expand Down

0 comments on commit cf21c4a

Please sign in to comment.