Skip to content

Commit 37f4664

Browse files
committed
Bug fix for import modal having scrollbar on landing page
Fixes #2076
1 parent 528a138 commit 37f4664

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/styles/_overlay-forms.less

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
.wizard-pf-main {
99
.ace_editor.editor {
1010
height: 285px;
11+
.landing-page & {
12+
height: 220px;
13+
}
1114
}
1215

1316
.deploy-image .empty-state-message {

dist/styles/main.css

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

0 commit comments

Comments
 (0)