mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +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) {
|
Widget _buildNoteCard(BuildContext context, Note note) {
|
||||||
var body = note.body;
|
var body = note.body.trimRight();
|
||||||
|
|
||||||
var textTheme = Theme.of(context).textTheme;
|
var textTheme = Theme.of(context).textTheme;
|
||||||
var tileContent = Padding(
|
var tileContent = Padding(
|
||||||
|
Reference in New Issue
Block a user