Skip to content

Commit 923f2de

Browse files
Merge pull request #2444 from jeff-phillips-18/fixes
Automatic merge from submit-queue. Fix for create project dialog in projects list for mobile. Fixes #2441
2 parents 424cf01 + 3d66596 commit 923f2de

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/styles/_projects.less

+4-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@
204204
}
205205

206206
.projects-list-create-popup {
207-
form {
208-
width: 400px;
207+
@media (min-width: @screen-sm-min) {
208+
form {
209+
width: 400px;
210+
}
209211
}
210212
}

dist/styles/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)