summaryrefslogtreecommitdiff
path: root/scss/custom.scss
diff options
context:
space:
mode:
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
commit9b6640e4fed7edc4a198d525e7a1929e211eebd6 (patch)
tree7e44d0d695cee9d7a8726bf19cefdcda1e0c6e85 /scss/custom.scss
parent69dd532066585cad66e202e650f2c174808dc11f (diff)
downloadIshtar-9b6640e4fed7edc4a198d525e7a1929e211eebd6.tar.bz2
Ishtar-9b6640e4fed7edc4a198d525e7a1929e211eebd6.zip
🩹 small CSS fix
Diffstat (limited to 'scss/custom.scss')
-rw-r--r--scss/custom.scss6
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{