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 80ca55a commit 97e2f84Copy full SHA for 97e2f84
css/main.css
@@ -480,6 +480,8 @@ header > div {
480
}
481
.slimContainer .row > span {
482
float: left;
483
+}
484
+.slimContainer .row.option > span {
485
width: 200px;
486
487
.slimContainer .row.option > span {
index.html
@@ -208,7 +208,7 @@ <h2>Chase car mode</h2>
208
<input type="checkbox" id="chasecar_on">
209
</div>
210
211
- <div class="row option">
+ <div class="row">
212
<span>Callsign</span>
213
<span class="r"><input type="text" id="cc_callsign" style="width: 140px;"/></span>
214
0 commit comments