Firefox float bug? How do I get my float:right on the same line?

前端 未结 5 809
深忆病人
深忆病人 2021-02-01 00:41

I have the following fiddle:

http://jsfiddle.net/q05n5v4c/2/

In Chrome, it renders just fine. The chevron is on the right side.

However, in Firefox, it

5条回答
  •  醉梦人生
    2021-02-01 01:42

    Here is one more solution:

    give style your span tag like this.

    position:absolute;
    right: 5px;
    top : 9px
    

提交回复
热议问题