Issue #2510 - Unprefix -moz-fit-content

No aliasing since this has been out for a while.
Devtools db regenerated with `mach devtools-css-db`

Resolves #2510
This commit is contained in:
Moonchild 2024-05-06 22:09:18 +02:00 committed by roytam1
commit c77b4b0bad
8 changed files with 26 additions and 27 deletions

View file

@ -820,7 +820,7 @@ dialog {
padding: 1em;
color: #222; /*CanvasText*/
background: snow; /*Canvas*/
width: -moz-fit-content;
width: fit-content;
}
dialog:not([open]) {