Skip to content

Commit c9cef72

Browse files
committed
feat: enhance History component layout with improved padding for event list
1 parent c93919a commit c9cef72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pages/History.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function History() {
2222
</h3>
2323
</section>
2424

25-
<ol className="flex flex-col">
25+
<ol className="flex flex-col pl-3 xl:pl-0">
2626
{chain(DB.Events)
2727
.orderBy(x => x.Start, "desc")
2828
.map((event, index, events) => [events[index - 1], event])

0 commit comments

Comments
 (0)