diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 87aa40b..c47ae13 100644 --- a/static/style.css +++ b/static/style.css @@ -226,10 +226,14 @@ body { position: relative; } + .form-price-per input { + height: 1.5rem; + } + .form-price-per label { position: absolute; top: 0; - padding: 0.5rem 2rem; + padding: 0.25rem 2rem; left: 0; width: 100%; height: 100%; |
