Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
library: align center title vertical in card (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tayebsed93 authored Oct 29, 2023
1 parent c0979bc commit 5151a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/lib/components/card/ods_horizontal_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ class _OdsHorizontalCardState extends State<OdsHorizontalCard> {
bottom: spacingS),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
widget.title,
Expand Down

0 comments on commit 5151a75

Please sign in to comment.