/* Source and licensing information for the line(s) below can be found at https://promerch.uk/core/modules/system/css/components/resize.module.css. */
/**
 * @file
 * Resizable textareas.
 */

.resize-none {
  resize: none;
}
.resize-vertical {
  min-height: 2em;
  resize: vertical;
}
.resize-horizontal {
  max-width: 100%;
  resize: horizontal;
}
.resize-both {
  max-width: 100%;
  min-height: 2em;
  resize: both;
}

/* Source and licensing information for the above line(s) can be found at https://promerch.uk/core/modules/system/css/components/resize.module.css. */