Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/customize/components/ExportPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export function ExportPanel({
<div className="flex flex-col gap-4">
{/* Code Block Header Control Deck */}
<div className="flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between">
<div className="flex items-center gap-3">
<div className="flex flex-wrap items-center gap-3">
<div
className="flex flex-wrap sm:flex-nowrap rounded-xl border border-black/10 bg-white/60 backdrop-blur-md dark:border-white/10 dark:bg-white/[0.03] p-1"
aria-label="Export format"
Expand Down
Loading