galaxyproject / galaxy-hub

Galaxy Community Hub
https://galaxyproject.org/
Other
99 stars 282 forks source link

Layout of UseGalaxy individual pages has gone askew #2725

Closed GarethPrice-Aus closed 3 months ago

GarethPrice-Aus commented 3 months ago

The wrapping of section headings on each of the usegalaxy.* pages, accessed from https://galaxyproject.org/use/ is not displaying clearly. See usegalaxy.org (https://galaxyproject.org/use/usegalaxy-org/): image

Same for .eu, .fr and .org.au. Another example from https://galaxyproject.org/use/usegalaxy-au/: image

The Comments, User Support, Quotas and Citations headings need alignment with their associated text.

dannon commented 3 months ago

Should be fixed with #2727, thanks for the report!

We should take care not to apply wide-matching styles like that in pages -- either scope locally to specific elements in the local markdown, or use scoped styling in a vue component as appropriate.

PatCapon39 commented 3 months ago

Thanks @dannon! It looks like the bullet spacing is off, the spacing after the first bullet is greater than the other bullets (see image). Can the first bullet be brought into line with the other ones?

Screenshot 2024-08-08 at 7 30 53 am
dannon commented 3 months ago

Well that's an interesting one -- didn't see that, we can definitely fix it. I'll take a look

PatCapon39 commented 3 months ago

Nice, thanks! If you're tinkering with that page, I just submitted PR #2729 to fix a broken hyperlink in the 'sponsors' section too