EU-EDPS / website-evidence-collector

Project moved to https://code.europa.eu/EDPS/website-evidence-collector ! The tool Website Evidence Collector (WEC) automates the website evidence collection of storage and transfer of personal data. https://edps.europa.eu/press-publications/edps-inspection-software_en
https://code.europa.eu/EDPS/website-evidence-collector
European Union Public License 1.2
426 stars 73 forks source link

Table width in Firefox #94

Closed ulab closed 1 year ago

ulab commented 1 year ago

Setting the table width to max-content does not not produce the correct result in Firefox 111.

Screenshot 2023-04-23 at 21 37 43
rriemann commented 1 year ago

Don't we use the CSS width: 100%; on tables to stretch them over the entire page?

ulab commented 1 year ago

max-width: 100%; is set, but width: max-content;. As soon as I disable the width declaration, the tables go to full width.

image