- Edited
There are no defects in the labels I marked with green boxes. But there is an error when I point it in red
There are no defects in the labels I marked with green boxes. But there is an error when I point it in red
If I try to do it with CSS, I will break the ones that look good. What do you suggest I do?
Umutcan i can reproduce this on my site also....odd
Justoverclock I couldn't understand you because of the translation. Do you also have the same problem?
Umutcan yes i have it on an iphone
I had this problem since the beginning I started using Flarum and I noticed that if I use icons for all tags (even secondary ones), then everything is OK on my forum. I notice that you have one example with the two tags having icons, yet misaligned again... So, it seems my "fix" won't work for you.
I reported a similar issue (flarum/core3218) but for the desktop version of Safari and was advised that the issue would be closed as a refactor is already in the works/planned (flarum/core848) with a shift to flex/grid.
RelicSystem I'm glad to hear that, I hope they address my problem as well as solve it.
Umutcan thanks, so I’m not losing my mind! Good to know. I already reported this: flarum/core3245
Safari strikes again.
I’ll submit a pull request. Fix is:
.TagsLabel > * {
vertical-align: bottom;
}
Umutcan Are you arguing that the css code you added solves the problem?
Yes.
Devs might want to do it differently, but I submitted a pull request which fixes it: