.dropdown-menu {
  min-width: 240px;
  max-width: 320px;
  white-space: normal;
  overflow-wrap: break-word;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nav-link, .dropdown-item {
  white-space: normal;
  word-break: break-word;
}

.dropdown-submenu > .dropdown-menu {
  left: 100%;
}

.dropdown-menu.edge-correction {
  left: auto !important;
  right: 100%;
}
