### Website or app https://react.dev/reference/react/startTransition ### Repro steps ### **When hovering on the next navigation button, the text overflows the Box.** ### issue image  ### Expected image  code - ``` @media (min-width: 768px) .md\:w-80 { width: 20rem; } ``` fix code- ``` @media (min-width: 768px) .md\:w-80 { width: 23rem; } ``` ### How often does this bug happen? Every time