TF-1418 increase height of signature field in identity_creator_view
This commit is contained in:
@@ -425,7 +425,7 @@ class IdentityCreatorView extends GetWidget<IdentityCreatorController> {
|
|||||||
: _buildHtmlEditor(context, initialContent: controller.contentHtmlEditor ?? '');
|
: _buildHtmlEditor(context, initialContent: controller.contentHtmlEditor ?? '');
|
||||||
|
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: 160,
|
height: 300,
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
if(BuildUtils.isWeb)
|
if(BuildUtils.isWeb)
|
||||||
|
|||||||
Reference in New Issue
Block a user