Skip to content

Commit

Permalink
style(dictionary): adjusted flashcard width
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Apr 10, 2023
1 parent 47c5ad7 commit 930ee0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/features/dictionary/dictionary_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class _DictionaryPageState extends State<DictionaryPage> {

return ConstrainedBox(
constraints: BoxConstraints(
maxWidth: screenWidth * 0.2,
maxWidth: screenWidth * 0.15,
),
child: Flashcard(
card: snapshot.docs[index].data(),
Expand Down

0 comments on commit 930ee0e

Please sign in to comment.