Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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)
Foto të bashkëngjitura ekrani

Krejt Përgjigjet (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: