/* Keep the enterprise dashboard fluid when the browser is zoomed out. */
.reference-dashboard {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
