gitlabhq/app/assets/stylesheets/merge_requests.css.scss
2011-11-28 09:39:43 +02:00

11 lines
250 B
SCSS

// 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;
}
}