diff --git a/lib/helpers/widgets/Directory/comment_editor_card.dart b/lib/helpers/widgets/Directory/comment_editor_card.dart index 57c71e3..64a712d 100644 --- a/lib/helpers/widgets/Directory/comment_editor_card.dart +++ b/lib/helpers/widgets/Directory/comment_editor_card.dart @@ -24,8 +24,8 @@ class CommentEditorCard extends StatelessWidget { showBoldButton: true, showItalicButton: true, showUnderLineButton: true, - showListBullets: true, - showListNumbers: true, + showListBullets: false, + showListNumbers: false, showAlignmentButtons: true, showLink: true, showFontSize: false, @@ -48,9 +48,9 @@ class CommentEditorCard extends StatelessWidget { multiRowsDisplay: false, ), ), - const SizedBox(height: 8), + const SizedBox(height: 38), Container( - height: 120, + height: 140, padding: const EdgeInsets.all(8), decoration: BoxDecoration( border: Border.all(color: Colors.grey.shade300),