Cap width of timeline events
This commit is contained in:
parent
85819bb7d5
commit
6dace83bd2
@ -49,6 +49,8 @@ class _EventPopupsState extends State<_EventPopups> {
|
||||
],
|
||||
key: ValueKey(_eventToShow?.year),
|
||||
child: IntrinsicHeight(
|
||||
child: SizedBox(
|
||||
width: 600,
|
||||
child: Padding(
|
||||
padding: EdgeInsets.all($styles.insets.md),
|
||||
child: TimelineEventCard(
|
||||
@ -62,6 +64,7 @@ class _EventPopupsState extends State<_EventPopups> {
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user