Thanks to visit codestin.com
Credit goes to github.com

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
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ export function UsageChart() {
return (
<div className="space-y-4 pt-4 sm:pt-8">
<div className="flex flex-col gap-3">
<div className="flex flex-col gap-2 px-4 md:flex-row md:items-center md:justify-between">
<div className="flex flex-col gap-2 px-4 md:flex-row md:items-center md:justify-between md:px-0">
<div className="flex w-full flex-col gap-2 md:w-fit md:flex-row md:items-center">
<Filter.Select
className="h-9 w-full md:w-fit"
Expand Down Expand Up @@ -359,6 +359,7 @@ export function UsageChart() {
onSelect={onSelect}
onRemove={onRemove}
onRemoveAll={onRemoveAll}
className="px-4 md:px-0"
/>
)}
</AnimatedSizeContainer>
Expand Down