mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 02:07:00 +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(
|
||||
clrScheme,
|
||||
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,
|
||||
onChanged: onChanged,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user