Skip to content

Commit 2165e68

Browse files
author
David Haeffner
committed
Fixed new window dialog so it is responsive
1 parent c4a2cb9 commit 2165e68

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/selenium-ide/src/neo/components/Dialogs/NewWindowConfiguration/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ class NewWindowInput extends React.Component {
144144
whiteSpace: 'pre-line',
145145
}}
146146
>
147-
{`This command opens a new window.
148-
For accurate playback some additional information is needed.`}
147+
{`This command opens a new window. For accurate playback some additional information is needed.`}
149148
</p>
150149
) : (
151150
<p>Use this option if the command opens a new window.</p>

packages/selenium-ide/src/neo/components/Dialogs/NewWindowConfiguration/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
flex-grow: 1;
1414
}
1515

16-
.new-window-dialog p {
17-
max-width: 292px;
18-
}
19-
2016
.new-window-dialog .labelled-input {
2117
margin: 20px 0 0 0;
2218
}

0 commit comments

Comments
 (0)