Glamour - How to Fix Cut Off Words in Search Field

On some browsers, the words "Search this website" in the top navigation are being cut off.

To fix this, navigate to Appearance > Customize > Additional CSS and copy/paste this code:

.genesis-nav-menu > .search {
width: fit-content;
}

Click "Publish" at the top.