summaryrefslogtreecommitdiff
path: root/_.erb.html
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-02-20 15:17:52 -0600
committerSimon Parri <simonparri@ganzeria.com>2025-02-20 15:17:52 -0600
commit3a5a1c995e72365956b10f983fbb21ba67db466a (patch)
tree4e58ec59ff0687b3ba835887f18b6f59ad661d12 /_.erb.html
parentecbfd1474649af95ae2044b415fcf4ac23881022 (diff)
downloadonpoint-3a5a1c995e72365956b10f983fbb21ba67db466a.tar.gz
onpoint-3a5a1c995e72365956b10f983fbb21ba67db466a.zip
Make number inputs narrower
Diffstat (limited to '_.erb.html')
-rw-r--r--_.erb.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/_.erb.html b/_.erb.html
index c635c59..be8bbf5 100644
--- a/_.erb.html
+++ b/_.erb.html
@@ -10,6 +10,8 @@ section:nth-of-type(2) {
justify-content: space-between;
}
+input[type=number] { width: 5em }
+
<%= style %>
</style>