Problem
While prototyping a few layouts I've noticed a consistent problem with our Underline Nav React implementation
ActionMenu positioning
When there is a more menu it often goes off screen. This might be fixed by.

Truncation
Items are being truncated too early.

Padding
There is a missing prop to remove the extra padding on the left of this component as it would provide better alignment with the content below when not used in the navigation.

Reproduce
Problem
While prototyping a few layouts I've noticed a consistent problem with our Underline Nav React implementation
ActionMenu positioning
When there is a more menu it often goes off screen. This might be fixed by.
Truncation
Items are being truncated too early.
Padding
There is a missing prop to remove the extra padding on the left of this component as it would provide better alignment with the content below when not used in the navigation.
Reproduce