<!DOCTYPE html> | |
<html> | |
<body> | |
<div style="background: red; max-width: 200px; padding: 20px;"> | |
<div style="background: yellowgreen; display: grid; align-items: baseline;"> | |
<span>Very long example text for testing line break which will not happen due to the bug</span> | |
</div> | |
</div> | |
</body> | |
</html> |