mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Merge pull request #194 from sherlockflight/whitespace
Preserve consecutive whitespace characters in CLI output
This commit is contained in:
commit
b1f06ac802
2 changed files with 4 additions and 2 deletions
|
@ -47,4 +47,7 @@
|
||||||
}
|
}
|
||||||
.tab-cli #content-watermark {
|
.tab-cli #content-watermark {
|
||||||
z-index:0;
|
z-index:0;
|
||||||
|
}
|
||||||
|
.tab-cli .window .wrapper {
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
|
@ -3,8 +3,7 @@
|
||||||
</p>
|
</p>
|
||||||
<div class="backdrop">
|
<div class="backdrop">
|
||||||
<div class="window">
|
<div class="window">
|
||||||
<div class="wrapper">
|
<div class="wrapper"></div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<textarea name="commands" i18n_placeholder="cliInputPlaceholder" rows="1" cols="0"></textarea>
|
<textarea name="commands" i18n_placeholder="cliInputPlaceholder" rows="1" cols="0"></textarea>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue