搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

css issue - after firefox update

more options

Hello, after an update the css is presented incorrectly. I tried on other devices, still the same. In chrome is working fine. I did not make any changes in the code. It was working and after the update i am facing css problems related with (display: flex) and (display:inline-table). Will it be fixed with an update?

I have uploaded two images (the correct and the problem)

Hello, after an update the css is presented incorrectly. I tried on other devices, still the same. In chrome is working fine. I did not make any changes in the code. It was working and after the update i am facing css problems related with (display: flex) and (display:inline-table). Will it be fixed with an update? I have uploaded two images (the correct and the problem)
已附加屏幕截图

所有回复 (3)

more options

I'm not sure what is happening in your screenshots. One of them has a extra blank area, but I'm not sure whether you are saying that is supposed to be there or not supposed to be there. Is there a live site to inspect, or a JSFiddle/CodePen to demonstrate the problem?

more options

this extra blank area, normally should not exist. The url: www.angelartfactory.gr To view the issue, choose a product and add it to cart.

more options

I see. In other browsers, applying display: inline-table to a flex item causes the element's height to "shrink to fit" the content, but in Firefox it retains its full height like a display: block element.

I created a small demo if you want to file a bug report: