Multi-Field dialog size issue Touch UI | Community
Skip to main content
Level 4
September 9, 2016
Solved

Multi-Field dialog size issue Touch UI

  • September 9, 2016
  • 3 replies
  • 2563 views

Hi,

AEM version- 6.2

How can we increase the size of multifield in touch uI.

Was going through this article https://helpx.adobe.com/experience-manager/using/htl_multifield62.html

But here also multifield is shrinked due to which it looks odd while doing content authoring.

Is there a way to increase the size of multifield like we use to do in extjs.

Regards

Ankur

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Hi 

You need to change the CSS of ".coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-field" in  /etc/clientlibs/granite/coralui2/css/coral.css . [I just added width: 80%]

But it is not recommended to do any changes in /etc/clientlibs.

 

I hope this would help you.

~kautuk

3 replies

smacdonald2008
Level 10
September 10, 2016

Its set via CSS. I will see on mon if there are articles on this subject. All HTL commumity articles, we use default size. 

Level 4
September 10, 2016

Thanks Scott

kautuk_sahni
Community Manager
kautuk_sahniCommunity ManagerAccepted solution
Community Manager
September 14, 2016

Hi 

You need to change the CSS of ".coral-Form--aligned .coral-Form-fieldwrapper .coral-Form-field" in  /etc/clientlibs/granite/coralui2/css/coral.css . [I just added width: 80%]

But it is not recommended to do any changes in /etc/clientlibs.

 

I hope this would help you.

~kautuk

Kautuk Sahni