/*
 * Fixes issue that the content editing section gets to small.
 * @see https://www.drupal.org/project/drupal/issues/3184667
 */
@media (min-width: 61rem) {
  .layout-node-form .layout-region--node-main,
  .layout-node-form .layout-region--node-footer {
    width: 100%;
  }
}
