mdn / css-examples

Code examples that accompany the MDN CSS documentation
https://developer.mozilla.org/docs/Web/CSS
Creative Commons Zero v1.0 Universal
619 stars 854 forks source link

[Border-image generator] Longer image paths cause "CSS Code" box overflow #58

Closed jsnkuhn closed 1 year ago

jsnkuhn commented 2 years ago

Longer image paths cause box overflow on fixed height "CSS Code" container. Still copy-able just visually a bit off:

122760361-a614b380-d260-11eb-9575-d207965d4c9a

The fixed heights look like an artifact of the float based layout used when border-image was new. Updating to grid/flex would be one way fix this.

jsnkuhn commented 1 year ago

the grid/flex fix seems to have taken care of this problem. So this is resolved