diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-05 18:19:19 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-10 15:40:21 +0200 |
commit | 9b6640e4fed7edc4a198d525e7a1929e211eebd6 (patch) | |
tree | 7e44d0d695cee9d7a8726bf19cefdcda1e0c6e85 | |
parent | 69dd532066585cad66e202e650f2c174808dc11f (diff) | |
download | Ishtar-9b6640e4fed7edc4a198d525e7a1929e211eebd6.tar.bz2 Ishtar-9b6640e4fed7edc4a198d525e7a1929e211eebd6.zip |
🩹 small CSS fix
-rw-r--r-- | scss/custom.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index a2c9f1000..6e27c8ddf 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -68,7 +68,11 @@ input[type="radio"].form-control, input[type="checkbox"].form-control { } .form-group.full-width input{ - width: calc(100% - 3em); + width: calc(100% - 1em); +} + +.form-group.full-width .input-group input { + width: auto; } .form-group.full-width input.no-append{ |