mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-09 03:36:05 +08:00
CardView: Remove extra new lines
This commit is contained in:
@ -52,7 +52,7 @@ class CardView extends StatelessWidget {
|
||||
}
|
||||
|
||||
Widget _buildNoteCard(BuildContext context, Note note) {
|
||||
var body = note.body;
|
||||
var body = note.body.trimRight();
|
||||
|
||||
var textTheme = Theme.of(context).textTheme;
|
||||
var tileContent = Padding(
|
||||
|
Reference in New Issue
Block a user