In the corner case like #232, the observer for fitting contents may not calculate an optimal size.
width: max-content represents to force width into the maximum width that contents can take. This defintion will prevent unexpected zoom animation caused by fitting observer.
In the corner case like #232, the observer for fitting contents may not calculate an optimal size.
width: max-content
represents to force width into the maximum width that contents can take. This defintion will prevent unexpected zoom animation caused by fitting observer.