Skip to content
Snippets Groups Projects
Commit 9acc4e8d authored by Daniel Bañobre Dopico's avatar Daniel Bañobre Dopico
Browse files

Removes GridItem title TextOverflow

parent 2dc2ca63
No related branches found
No related tags found
1 merge request!47Fixes #70: Removes GridItem title TextOverflow
...@@ -43,7 +43,6 @@ class GridItem extends StatelessWidget { ...@@ -43,7 +43,6 @@ class GridItem extends StatelessWidget {
Text( Text(
tr(title), tr(title),
textAlign: TextAlign.center, textAlign: TextAlign.center,
overflow: TextOverflow.ellipsis,
style: Theme.of(context) style: Theme.of(context)
.textTheme .textTheme
.titleMedium! .titleMedium!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment