Expand my Community achievements bar.

SOLVED

Multi-Field dialog size issue Touch UI

Avatar

Level 4

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

View solution in original post

3 Replies

Avatar

Level 10

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

Avatar

Level 4

Thanks Scott

Avatar

Correct answer by
Administrator

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