/***
 * This stylsheet is loaded everywhere, not just on pages of the plugin
 */

/* menu */
.menu-top .wp-menu-name .gc-menu-label-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 82px;
  display: inline-block;
}
