Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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)
Đính kèm ảnh chụp màn hình

Tất cả các câu trả lời (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: