aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-26 19:56:31 -0400
committerdan <[email protected]>2023-05-26 19:56:31 -0400
commitdecb090db546c12b189091f95d5faba2561bcb22 (patch)
tree00206c34b49c48a718085205bf55ae23aae5b641
parent70c848876dc6a4ec8d326eab4fcf129ca30d4c74 (diff)
downloadforth-decb090db546c12b189091f95d5faba2561bcb22.tar.gz
forth-decb090db546c12b189091f95d5faba2561bcb22.tar.bz2
forth-decb090db546c12b189091f95d5faba2561bcb22.zip
fix: js forth prompt arrow still on same line on mobile view
-rw-r--r--forth.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/forth.js b/forth.js
index 9cad5ac..d3e90c7 100644
--- a/forth.js
+++ b/forth.js
@@ -132,6 +132,7 @@ if (typeof window !== 'undefined') { // browser UI
#forthlinelabel {
padding-top:1px;
max-width: 3%;
+ float: left;
}
#forthform {
margin-bottom: 0px;