"listen on network" should be on one line

pull/1/head
LianaHus 6 years ago
parent ed01b037ab
commit 591e73acc6
  1. 3
      src/app/panels/styles/terminal-styles.js
  2. 2
      src/app/panels/terminal.js

@ -128,6 +128,9 @@ var css = csjs`
border-left : 1px solid var(--secondary)
height : 65%;
}
.listenOnNetworkLabel {
white-space : nowrap;
}
.pendingTx {
border-radius : 50%;
margin-right : 30px;

@ -152,7 +152,7 @@ class Terminal extends BaseApi {
title="If checked Remix will listen on all transactions mined in the current environment and not only transactions created by you"
>
<label
class="form-check-label"
class="${css.listenOnNetworkLabel} form-check-label"
title="If checked Remix will listen on all transactions mined in the current environment and not only transactions created by you"
for="listenNetworkCheck"
>

Loading…
Cancel
Save