merge_requests.css.scss 250 Bytes
// Place all the styles related to the MergeRequests controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/


.merge-request-form-holder {
  select { 
    width:300px;
  }
}