diff options
| author | John MacFarlane <[email protected]> | 2022-08-26 10:33:13 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-08-26 10:33:13 -0700 |
| commit | edca1eb7388e9959db65ee637c326ff8415ab6f2 (patch) | |
| tree | 2ea56a477f405beaf910212aa40249109212f8ef | |
| parent | e012286d7f2e4ec8fe936958b4db83496d32ee95 (diff) | |
trypandoc: remove min-width on command pane.
| -rw-r--r-- | trypandoc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trypandoc/index.html b/trypandoc/index.html index cd1da827c..e7f8aa109 100644 --- a/trypandoc/index.html +++ b/trypandoc/index.html @@ -7,7 +7,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <style> body { margin: auto; font-family: sans-serif; font-size: 10pt; color: #555; } - #command { min-width: 26em; background-color: #555; color: #eee; border-radius: 9pt; margin: 6pt; padding: 6pt; } + #command { background-color: #555; color: #eee; border-radius: 9pt; margin: 6pt; padding: 6pt; } h1 { margin-bottom: 1em; font-size: 166%; margin: 0; padding: 6pt; } h1 a { text-decoration: none; color: inherit; } label { font-weight: 600; } |
