app/assets/stylesheets/formstrap.css in formstrap-0.1.0 vs app/assets/stylesheets/formstrap.css in formstrap-0.1.1
- old
+ new
@@ -1310,11 +1310,11 @@
.h-autocomplete .list-group-flush {
margin: 0;
padding: 0;
}
.h-form-file {
- --fs-file-spacer-2: 1rem * .5;
+ --fs-file-spacer-2: calc(1rem * .5);
}
.h-form-file .h-form-file-thumbnails {
margin-bottom: var(--fs-file-spacer-2);
}
.h-form-file.h-dropzone {
@@ -1322,9 +1322,10 @@
}
.h-form-file.h-dropzone .h-form-file-thumbnails {
margin-bottom: 0;
}
.h-form-file-thumbnails {
+ --fs-file-spacer-2: calc(1rem * .5);
position: relative;
display: flex;
flex-wrap: wrap;
gap: var(--fs-file-spacer-2);
}