/**
* Word wrapping in the admin Navigation is ugly. Overflow them instead.
* Example: "Configuration" > "System" > "Delete orphaned composite entities".
*/
.toolbar-menu__item--level-2 .toolbar-menu__link {
  overflow: hidden;
  white-space: nowrap;
}