Skip to content

Commit 71a26ba

Browse files
committed
fix(webapp): preserve time picker alignment
1 parent f8e9cf5 commit 71a26ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/components/runs/v3/SharedFilters.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ function TimeDropdown({
814814
</Label>
815815
</button>
816816
<div className="ml-8 flex flex-1 flex-col">
817-
<div className="mb-2">
817+
<div className="-ml-8 mb-2">
818818
<DateTimePicker
819819
label="From"
820820
value={fromValue}
@@ -830,7 +830,7 @@ function TimeDropdown({
830830
showInlineLabel
831831
/>
832832
</div>
833-
<div>
833+
<div className="-ml-8">
834834
<DateTimePicker
835835
label="To"
836836
value={toValue}

0 commit comments

Comments
 (0)