Skip to content

Commit

Permalink
fix: align header buttons to right on mobile view (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 2e03d37 commit 5b188ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditorNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default function EditorNav({
</div>
</div>
<div className="flex items-center justify-end md:justify-between -space-x-1">
<div className="flex mx-2 items-center space-x-1">
<div className="flex mx-2 items-center space-x-1 justify-end w-full md:w-auto">
{snippet && <TypeBadge type={snippetType ?? snippet.snippet_type} />}
<Button
variant="ghost"
Expand Down

0 comments on commit 5b188ea

Please sign in to comment.