Skip to content

Commit

Permalink
Fix alignment for MD preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrysbita committed Mar 29, 2022
1 parent dbf9547 commit f2fc5d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 359 deletions.
359 changes: 0 additions & 359 deletions lib/main/forum/component/content_cards.dart

This file was deleted.

1 change: 1 addition & 0 deletions lib/main/forum/new_thread.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class _NewThreadPageState extends State<NewThreadPage> {
horizontal: context.padBody,
),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: formWidgets,
),
),
Expand Down

0 comments on commit f2fc5d3

Please sign in to comment.