Skip to content

Instantly share code, notes, and snippets.

@KGDewey
Created February 5, 2025 16:56
Show Gist options
  • Save KGDewey/d98308b580c57127e5047c633a24078b to your computer and use it in GitHub Desktop.
Save KGDewey/d98308b580c57127e5047c633a24078b to your computer and use it in GitHub Desktop.
Dynamic sidebar navigation demo | Custom Code Header Section
<style>
.opt-navigation-menu__link-text-wrapper {
white-space: normal !important;
overflow: visible !important;
}
.opt-navigation-menu__link-text {
white-space: normal !important;
overflow: visible !important;
}
.opt-navigation-menu__link-sub-text {
white-space: normal !important;
overflow: visible !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment