diff options
Diffstat (limited to 'app/assets/stylesheets/projects.css.scss')
-rw-r--r-- | app/assets/stylesheets/projects.css.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss index e7a69fd68e2..79a9045925c 100644 --- a/app/assets/stylesheets/projects.css.scss +++ b/app/assets/stylesheets/projects.css.scss @@ -202,6 +202,13 @@ input.git_clone_url { } } +.merge-request-form-holder { + select { + width:300px; + } +} + +/** Issues **/ #issue_assignee_id { width:300px; } |