mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
The `<input>` element inner container should be stretch to its containing block. This would allow the alignment of the text. This is done by adding `min-width: 100%`. It is required because we are not using a custom layout contrary to Firefox and Chrome. Testing: New Servo specific WPT. --------- Signed-off-by: Jo Steven Novaryo <jo.steven.novaryo@huawei.com>