reduced width of text controller

This commit is contained in:
hannathkadher
2024-11-28 20:11:16 +04:00
parent bd78c8c1cc
commit 69e3f50269

View File

@ -86,7 +86,7 @@ class CommunityStructureHeader extends StatelessWidget {
),
if (isEditingName)
SizedBox(
width: screenWidth * 0.3,
width: screenWidth * 0.1,
child: TextField(
controller: nameController,
decoration: const InputDecoration(