10000 Perbaikan padding di info instructions di UI Detail Meal · CoderJava/Food-Recipe@95acfb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 95acfb0

Browse files
committed
Perbaikan padding di info instructions di UI Detail Meal
1 parent ebf67dd commit 95acfb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/ui/detailmeals/detail_meals_screen.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class _DetailMealsScreenState extends State<DetailMealsScreen> {
118118

119119
Widget _buildWidgetInfoInstructions(String strInstructions) {
120120
return Padding(
121-
padding: EdgeInsets.only(left: 8.0, top: 8.0),
121+
padding: EdgeInsets.only(left: 8.0, top: 8.0, right: 8.0),
122122
child: Text(strInstructions),
123123
);
124124
}
@@ -265,6 +265,7 @@ class _DetailMealsScreenState extends State<DetailMealsScreen> {
265265
Text(
266266
strTags.substring(0, strTags.length - 1),
267267
style: TextStyle(color: Colors.grey),
268+
maxLines: 1,
268269
),
269270
],
270271
);

0 commit comments

Comments
 (0)
0