Skip to content

Commit

Permalink
Revert "fixed: overflow when animating kana details"
Browse files Browse the repository at this point in the history
This reverts commit fc3ef38.
  • Loading branch information
CaptainDario committed Nov 18, 2023
1 parent ed0e5dd commit 187f1c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/widgets/kana_table/kana_info_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class _KanaInfoCardState extends State<KanaInfoCard> {
children: [
Text(
convertToRomaji(widget.kana),
maxLines: 1,
style: const TextStyle(
fontSize: 20,
fontWeight: FontWeight.bold,
Expand Down

0 comments on commit 187f1c0

Please sign in to comment.