Skip to content

Commit 3d66596

Browse files
Fix for create project dialog in projects list for mobile.
1 parent 424cf01 commit 3d66596

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)