mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-27 06:04:37 +08:00
ChecklistEditor: Remove extra padding between editor and title
This commit is contained in:
@ -99,7 +99,7 @@ class ChecklistEditorState extends State<ChecklistEditor>
|
||||
);
|
||||
|
||||
var titleEditor = Padding(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
padding: const EdgeInsets.fromLTRB(16.0, 16.0, 16.0, 0.0),
|
||||
child: _NoteTitleEditor(_titleTextController),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user