diff --git a/lib/screens/posts/post_editor.dart b/lib/screens/posts/post_editor.dart index 3991b79..96bfa7c 100644 --- a/lib/screens/posts/post_editor.dart +++ b/lib/screens/posts/post_editor.dart @@ -183,18 +183,18 @@ class _PostPublishScreenState extends State { children: [ ListTile( tileColor: Theme.of(context).colorScheme.surfaceContainerLow, - title: Row( + title: Column( + crossAxisAlignment: CrossAxisAlignment.start, children: [ Text( _editorController.title ?? 'title'.tr, maxLines: 1, overflow: TextOverflow.ellipsis, ), - const Gap(6), if (_editorController.aliasController.text.isNotEmpty) Badge( label: Text('#${_editorController.aliasController.text}'), - ), + ).paddingOnly(bottom: 2), ], ), subtitle: Text(