ministryofjustice / justice-gov-uk

Justice UK website
https://www.justice.gov.uk/
MIT License
2 stars 0 forks source link

CDPT-1562: Issue with dropdown #130

Closed EmilyHazlehurst closed 4 months ago

EmilyHazlehurst commented 4 months ago
EmilyHazlehurst commented 4 months ago

@EarthlingDavey thanks for the feedback :)

Please could you clarify:

And, is there a css property that we could set in editor.scss to make the dropdown select list higher? I think this would vastly improve the editor experience.

Do you mean move it up the page, or something else?

EarthlingDavey commented 4 months ago

Do you mean move it up the page, or something else?

Oops, sorry... I mean increase the hight so editors can scroll through and see maybe a half a dozen to a dozen at a time.

It might be easy enough to target the element with css and over-ride the hight.

EmilyHazlehurst commented 4 months ago

Do you mean move it up the page, or something else?

Oops, sorry... I mean increase the hight so editors can scroll through and see maybe a half a dozen to a dozen at a time.

It might be easy enough to target the element with css and over-ride the hight.

Thanks @EarthlingDavey, I've updated that. I've tripled the box height; any more and it flickers quite badly when the list updates.

EarthlingDavey commented 4 months ago

I've tripled the box height

Looks good to me. I think the editors will appreciate it! I've added a final couple of minor points.