diff options
| author | dan <[email protected]> | 2023-05-26 19:56:31 -0400 |
|---|---|---|
| committer | dan <[email protected]> | 2023-05-26 19:56:31 -0400 |
| commit | decb090db546c12b189091f95d5faba2561bcb22 (patch) | |
| tree | 00206c34b49c48a718085205bf55ae23aae5b641 | |
| parent | 70c848876dc6a4ec8d326eab4fcf129ca30d4c74 (diff) | |
| download | forth-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.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ if (typeof window !== 'undefined') { // browser UI #forthlinelabel { padding-top:1px; max-width: 3%; + float: left; } #forthform { margin-bottom: 0px; |
