Este site irá ter funcionalidade limitada enquanto fazemos manutenção para melhorar a sua experiência. Se um artigo não resolve o seu problema e quiser colocar uma questão, temos a nossa comunidade de apoio à espera de o ajudar em @FirefoxSupport no Twitter, /r/firefox no Reddit.

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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)
Capturas de ecrã anexadas

Todas as respostas (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: