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?

    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.

      CyberGene That's what I thought too, but even the two variants seem to have the same problem. I'm waiting for support.

      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;
        }

          010101 I hope more detailed information will be given soon.

          Are you arguing that the css code you added solves the problem?

            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:

            flarum/tags155

              010101 Thanks for everything @010101 .

              I contacted my iOS user and he sent the screenshots. Everything works fine now.