issuable.scss 141 Bytes
Newer Older
Ciro Santilli's avatar
Ciro Santilli committed
1 2 3 4 5 6 7 8 9
/**
 * Styles that apply to both issues and merge requests.
 */

.issue-form, .merge-request-form {
  .description {
    height: 20em;
  }
}