### Describe the bug USWDS 2 had some padding in nav submenus so that the submenu items were visually aligned with the nav menu button itself (see https://github.com/uswds/uswds/blob/v2.13.3/src/stylesheets/components/_navigation.scss#L374). This padding was removed in USWDS 3, and the nav submenus look off. ### Steps to reproduce the bug 1. Go to any USWDS template that contains a nav submenu --- for example, https://designsystem.digital.gov/templates/documentation-page/. 2. Open the template page. 3. Click any dropdown menu. ### Expected Behavior The menu items should be horizontal aligned with the menu button. ### Related code _No response_ ### Screenshots Note the misalignment in this screen shot of the documentation page template: <img width="376" alt="Screenshot 2023-08-01 at 16 16 25" src="https://github.com/uswds/uswds/assets/728407/2b609e75-fdf5-4a75-a38a-ec7b02d3a33f"> In my own project (https://gcn.nasa.gov), here is a nav submenu with USWDS 2.13.3: <img width="638" alt="Screenshot 2023-08-01 at 16 25 21" src="https://github.com/uswds/uswds/assets/728407/0a2fdbf9-efd5-4a3a-955c-2c06e9e48b7e"> And with USWDS 3.1.0: <img width="638" alt="Screenshot 2023-08-01 at 16 25 07" src="https://github.com/uswds/uswds/assets/728407/722d7913-927a-47b4-ad93-6b7aefe6a392"> ### System setup - USWDS version: 3.1.0 - Device: MacBook - Operating system: macOS Ventura (13.5) - Browser and version: Safari 16.6 (18615.3.12.11.2) ### Additional context _No response_ ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://designsystem.digital.gov/about/community/#community-conduct). - [X] I checked the [current issues](https://github.com/uswds/uswds/issues?q=is%3Aissue+is%3Aopen+label%3A%22Type%3A+Bug%22) for duplicate bug reports.