About the user fields arrangement problem

I did not change any page layout

1개의 좋아요

Does this still occur in safe mode?

1개의 좋아요

yes ,

https://goosetown.site/?safe_mode=no_themes,no_plugins

image

1개의 좋아요

Hmmm. Yes, so it is. It seems to be these lines on the div.education user field that seem to be the culprit. When they’re deselected in the inspector it comes good. Not sure what is adding them though.

This also happens on my test site:

But only for ‘Education’:

1개의 좋아요

That’s it ,“education” has some kind of magic :smile:

thanks for the reply :slightly_smiling_face:

2개의 좋아요

We use the education class elsewhere

So it seems this is a class collision issue. These user fields should have some kind of prefix to avoid this, so they’re .user-field-education or something.

3개의 좋아요

I’ve just merged in a fix that will update the user field class names to get a prefix… so instead of

.education

it would be

.public-user-field__education

So the next time you update Discourse this issue should go away.

https://github.com/discourse/discourse/pull/18055

2개의 좋아요

that’s great ,I just updated discourse, it is solved :grin:

3개의 좋아요

This topic was automatically closed after 7 hours. New replies are no longer allowed.