Skip to content

Commit 27aeb09

Browse files
authored
Merge branch 'actualbudget:master' into master
2 parents 850865b + ade25b3 commit 27aeb09

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: packages/desktop-client/src/components/schedules/ScheduleLink.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function ScheduleLink({
6666
}
6767

6868
return (
69-
<Modal title="Link Schedule" size={{ width: 600 }} {...modalProps}>
69+
<Modal title="Link Schedule" size={{ width: 800 }} {...modalProps}>
7070
<View
7171
style={{
7272
flexDirection: 'row',
@@ -120,7 +120,6 @@ export function ScheduleLink({
120120
schedules={schedules}
121121
statuses={statuses}
122122
style={null}
123-
tableStyle={{ marginInline: -20 }}
124123
/>
125124
</View>
126125
</Modal>

Diff for: upcoming-release-notes/2863.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: Bugfix
3+
authors: [aaimio]
4+
---
5+
6+
Remove negative margins from <ScheduleLink> so it does not exceed container

0 commit comments

Comments
 (0)