Expand my Community achievements bar.

SOLVED

Text Editor Component Dialog in full screen view

Avatar

Level 3

Hi All,

When i am try to open editing text editor component in full screen view then dialog box is not coming in with full width . I want to do these 2 thing in text editor component.

 

  • any chance to make these tool icons bigger in this view? For better usability by authors.
  • could you increase (mainly) the width of the edit entry window?
 
 

 

user00181_2-1678961959874.png

I want like this.

 

Thanks.

 

 

 

 

 

 

 

 

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

This is happend when you use fixedcolumn resource type. Use container without fixedcolumn then it should be fullwidth.

 

.cq-RichText-FixedColumn-column {
 width: 68.36%;


Arun Patidar

View solution in original post

2 Replies

Avatar

Community Advisor

@user00181 :

 

suspecting that granite:class is missing in your dialog: try this below : add the granite:class and try

SivakumarKanoori_0-1678962782641.png

 

regarding tool icons, i think you can acheive through the CSS by targeting as below

.

 

SivakumarKanoori_0-1678963643974.png

 

 

Thanks,
Siva

Avatar

Correct answer by
Community Advisor

This is happend when you use fixedcolumn resource type. Use container without fixedcolumn then it should be fullwidth.

 

.cq-RichText-FixedColumn-column {
 width: 68.36%;


Arun Patidar