[Mobile] #842 Headers, Params & Form data text fields get clipped towards bottom for longer texts

This commit is contained in:
Arshhasan
2025-05-16 13:11:09 +05:30
parent 17c3c8a793
commit 95ed16c061

View File

@@ -37,7 +37,12 @@ class EnvCellField extends StatelessWidget {
decoration: getTextFieldInputDecoration( decoration: getTextFieldInputDecoration(
clrScheme, clrScheme,
hintText: hintText, hintText: hintText,
isDense: true,
// contentPadding: EdgeInsets.symmetric(vertical: 10.0, horizontal: 8.0),
contentPadding: const EdgeInsets.symmetric(vertical: 9.0, horizontal: 10.0),
), ),
autocompleteNoTrigger: autocompleteNoTrigger, autocompleteNoTrigger: autocompleteNoTrigger,
onChanged: onChanged, onChanged: onChanged,
); );