Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

AEM 6.5.10 service pack upgrade - Static design dialog CSS has a problem

Avatar

Level 7

I just upgraded from 6.5.5 and the static design dialog looks a bit odd. The checkbox has a width of 100%.. (coral-checkbox, js-cq-AllowedComponents-groupCheckbox).

It didn't before.

Does anyone know the best way to correct this?

thanks

Fiona

 

 

 

communityforum.png

1 Reply

Avatar

Level 7
.js-cq-AllowedComponents-groupCheckbox.coral3-Checkbox {
width: 5%;
}

In the end I just added some css to the cq.authoring.dialog clientlib and that seems to fix it. I don't know how it happened though.