Changing the Description from NSX Manager DB can be used as a workaround as below
Login to NSX manager in engineering mode and login to sql prompt and apply below:
#update domain_object set description = 'DESCRIPTION_CONTENT' where objectid = 'edge-id';
DESCRIPTION_CONTENT : Field description has a limit of 1024 chars.