11 lines
250 B
SCSS
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;
|
|
}
|
|
}
|