Skip to content

Commit

Permalink
improve comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCanape committed Feb 13, 2024
1 parent e99cb04 commit d4bfd71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@ class ActivityComments extends HookConsumerWidget {
),
subtitle: Row(
children: [
Text(
comment.content,
overflow: TextOverflow.visible,
Expanded(
child: Text(
comment.content,
overflow: TextOverflow.visible,
),
),
const Spacer(),
if (currentUser.id == comment.user.id)
IconButton(
color: ColorUtils.black,
Expand Down
Binary file modified screenshots/community/all_activities.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4bfd71

Please sign in to comment.