diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-02-20 15:17:52 -0600 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-02-20 15:17:52 -0600 |
commit | 3a5a1c995e72365956b10f983fbb21ba67db466a (patch) | |
tree | 4e58ec59ff0687b3ba835887f18b6f59ad661d12 /_.erb.html | |
parent | ecbfd1474649af95ae2044b415fcf4ac23881022 (diff) | |
download | onpoint-3a5a1c995e72365956b10f983fbb21ba67db466a.tar.gz onpoint-3a5a1c995e72365956b10f983fbb21ba67db466a.zip |
Make number inputs narrower
Diffstat (limited to '_.erb.html')
-rw-r--r-- | _.erb.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ section:nth-of-type(2) { justify-content: space-between; } +input[type=number] { width: 5em } + <%= style %> </style> |