We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64cdab commit f972771Copy full SHA for f972771
lib/content_management/view/content_management_page.dart
@@ -183,7 +183,7 @@ class _ContentManagementPageState extends State<ContentManagementPage>
183
children: [
184
Text(l10n.contentManagement),
185
const SizedBox(
186
- width: AppSpacing.xs,
+ width: AppSpacing.sm,
187
), // Spacing between title and icon
188
AboutIcon(
189
dialogTitle: l10n.contentManagement,
0 commit comments