/* Make the Canvas (ic-Layout-wrapper) span the full width minus 84px */
.ic-Layout-wrapper {
  max-width: calc(100% - 84px) !important;
  width: calc(100% - 84px) !important;
  box-sizing: border-box;
}
