Vaibhav_Feature-#541 #52

Merged
umesh.desai merged 39 commits from Vaibhav_Feature-#541 into main 2025-07-11 07:39:26 +00:00
Showing only changes of commit a9067bd407 - Show all commits

View File

@ -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),