mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 10:17:47 +08:00
[Mobile] #842 Headers, Params & Form data text fields get clipped towards bottom for longer texts
This commit is contained in:
@@ -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,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user