ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

css issue - after firefox update

  • 3 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 5 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

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)

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?

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.

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: