Skip to content

Commit

Permalink
Merge pull request #2444 from jeff-phillips-18/fixes
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix for create project dialog in projects list for mobile.

Fixes #2441
  • Loading branch information
openshift-merge-robot authored Nov 3, 2017
2 parents 424cf01 + 3d66596 commit 923f2de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/styles/_projects.less
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@
}

.projects-list-create-popup {
form {
width: 400px;
@media (min-width: @screen-sm-min) {
form {
width: 400px;
}
}
}
2 changes: 1 addition & 1 deletion dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 923f2de

Please sign in to comment.