diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-16 19:36:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-16 19:36:22 +0530 |
commit | b1b874ba771d8dc78d6b17c320ca9993b25d93a1 (patch) | |
tree | 03807df5b991736a6fd4e83ae3d31c5a045db448 /src/components/editors/scss | |
parent | 1b3702b241f02ab16c3b5366acb47cefbf089521 (diff) |
Items can now strictly have whole number quantities
Diffstat (limited to 'src/components/editors/scss')
-rw-r--r-- | src/components/editors/scss/item-editor.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/editors/scss/item-editor.scss b/src/components/editors/scss/item-editor.scss index 8f60ec7..4d4d016 100644 --- a/src/components/editors/scss/item-editor.scss +++ b/src/components/editors/scss/item-editor.scss @@ -27,4 +27,14 @@ input[type=number] { -moz-appearance: textfield; } + + .checkbox-label { + border: none; + max-width: none; + justify-content: left; + input { + display: inline; + width: 1.4rem; + } + } } |