We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a2cb9 commit 2165e68Copy full SHA for 2165e68
packages/selenium-ide/src/neo/components/Dialogs/NewWindowConfiguration/index.jsx
@@ -144,8 +144,7 @@ class NewWindowInput extends React.Component {
144
whiteSpace: 'pre-line',
145
}}
146
>
147
- {`This command opens a new window.
148
- For accurate playback some additional information is needed.`}
+ {`This command opens a new window. For accurate playback some additional information is needed.`}
149
</p>
150
) : (
151
<p>Use this option if the command opens a new window.</p>
packages/selenium-ide/src/neo/components/Dialogs/NewWindowConfiguration/style.css
@@ -13,10 +13,6 @@
13
flex-grow: 1;
14
}
15
16
-.new-window-dialog p {
17
- max-width: 292px;
18
-}
19
-
20
.new-window-dialog .labelled-input {
21
margin: 20px 0 0 0;
22
0 commit comments