Skip to content

Commit

Permalink
modith the height of textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrgjadmw committed Dec 7, 2023
1 parent 6eabba9 commit 49a8bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/servo_power_test/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ body {
}

#backlog {
margin-top: 1rem;
width: 25%;
padding: 0;
box-sizing: border-box;
Expand All @@ -169,10 +168,10 @@ body {
#backlog span {
display: inline-block;
border: 1px solid #aaa;
padding: 1rem;
padding: 16px;
width: auto;
min-height: 100px;
height: 300px;
height: 448px;
font-family: monospace;
white-space: pre-wrap;
word-wrap: break-word;
Expand All @@ -189,6 +188,7 @@ body {
width: 75%;
left: 0;
right: 0;
margin: 0;
}

#popup-overlay {
Expand Down
2 changes: 1 addition & 1 deletion docs/servo_power_test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<button id='halt-button'>Cancel</button>
<button id='download-button'>Download</button>
<span>number of iterations: <input id="iteration-input" type="number" placeholder="1"></span>
<span>margin: <input id="margin-time-input" type="number" value="300" autocomplete="off" />ms</span>
</div>
<div id="config">
<button id="add-config-button">Add config</button>
<ul id="shell-script-list"></ul>
</div>
<p>margin: <input id="margin-time-input" type="number" value="300" autocomplete="off" />ms</p>
<div id="total-histogram"></div>
<div class="flex">
<p>current iteration: </p>
Expand Down

0 comments on commit 49a8bfb

Please sign in to comment.