/* Admin (Jazzmin) overrides */

/* Prevent long object names from overflowing the "Recent actions" boxes.
   Applies to the whole module so plain-text entries (not just links) wrap. */
#recent-actions-module,
#recent-actions-module * {
	overflow-wrap: anywhere;
	word-break: break-word;
	min-width: 0;
	max-width: 100%;
}

#recent-actions-module .actionlink,
#recent-actions-module li.changelink a,
#recent-actions-module a {
	hyphens: auto;
	display: inline-block;
}
