Backed out changeset 56421ee87811 (bug 1430141) for libeditor/crashtests/1443664.html crashes

This commit is contained in:
Bogdan Tara 2020-01-15 15:28:25 +02:00
parent feb691f14c
commit 11eaac8489

View File

@ -990,6 +990,9 @@ input[type=number]::-moz-number-wrapper {
}
input[type=number] .anonymous-div {
display: block; /* Flex items must be block-level. Normally we do fixup in
the style system to ensure this, but that fixup is disabled
inside of form controls. So, we hardcode display here. */
flex: 1;
min-inline-size: 0;
}