There was an error while loading. Please reload this page.
1 parent f8e9cf5 commit 71a26baCopy full SHA for 71a26ba
1 file changed
apps/webapp/app/components/runs/v3/SharedFilters.tsx
@@ -814,7 +814,7 @@ function TimeDropdown({
814
</Label>
815
</button>
816
<div className="ml-8 flex flex-1 flex-col">
817
- <div className="mb-2">
+ <div className="-ml-8 mb-2">
818
<DateTimePicker
819
label="From"
820
value={fromValue}
@@ -830,7 +830,7 @@ function TimeDropdown({
830
showInlineLabel
831
/>
832
</div>
833
- <div>
+ <div className="-ml-8">
834
835
label="To"
836
value={toValue}
0 commit comments