


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
Views
Replies
Sign in to like this content
Total Likes
.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.