Expand my Community achievements bar.

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.