WordPress / wordcamp.org

WordCamps are casual, locally-organized conferences covering everything related to WordPress.
https://wordcamp.org
131 stars 74 forks source link

Sponsors block cannot show multiple class correctly #796

Open madebyaris opened 2 years ago

madebyaris commented 2 years ago

Describe the bug

When I add multi-class on the Additional CSS class(es) box eg: "test-1 test-2", on the front-end, it will appear as "test-1test-2" and the result should be "test-1 test-2".

To reproduce

Steps to reproduce the behavior:

  1. Create a page.
  2. Add sponsors block
  3. Select list instead of grid
  4. See the block setting and scroll down to advanced
  5. on the Additional CSS class(es) meta, write 2 class eg: "gsk-wc-sp-list gsk-wc-5-sp", then save the page
  6. See the page URL, and check on the class of WordCamp-sponsor, you will see that another class we input earlier now joins as one.

Expected behavior

It should appear as "gsk-wc-sp-list gsk-wc-5-sp" not "gsk-wc-sp-listgsk-wc-5-sp"

Screenshots

image I already type it correctly and already split it with spaces

image You can see, that the CSS is marge as one.

WordCamp

https://gresik.wordcamp.org/2022/sponsors/

System (please complete the following information):

madebyaris commented 1 year ago

Hi, I don't see any update from this.

I think, I will have a time to debug this on saturday/sunday