“vertical-align: middle” does not align to the middle in Firefox

后端 未结 5 1823
执念已碎
执念已碎 2021-02-02 10:25

I\'m trying to align some text of different sizes vertically, however, Firefox displays the smaller text way above the middle.

CSS:

div.categoryLinks {
          


        
5条回答
  •  清歌不尽
    2021-02-02 10:45

    I fixed this issues just removing:

     white-space: nowrap;
    

    from parent div. I'm not sure why but with this rule added, Firefox doesn't apply the:

    vertical-align: middle;
    

提交回复
热议问题