/* Prevent nav bar wrapping + make it wider */ header [data-block-type="code"] .sqs-block-content { display: flex !important; flex-wrap: nowrap !important; /* ⛔ No wrapping */ justify-content: space-around !important; align-items: center !important; width: 100% !important; /* Make the bar full-width */ white-space: nowrap !important; /* Prevent text/items from wrapping */ padding: 0 40px !important; /* Increase horizontal space (adjust as needed) */ box-sizing: border-box !important; }