gd-bs 6.6.43 → 6.6.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/bs.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.min.js +1 -1
- package/package.json +1 -1
- package/src/styles/_custom.scss +1 -1
package/package.json
CHANGED
package/src/styles/_custom.scss
CHANGED
|
@@ -277,7 +277,6 @@
|
|
|
277
277
|
}
|
|
278
278
|
/* Adjust checkbox size */
|
|
279
279
|
.form-check:not(.form-switch) .form-check-input[type=checkbox] {
|
|
280
|
-
display: inline;
|
|
281
280
|
height: 1.25rem;
|
|
282
281
|
width: 1.25rem;
|
|
283
282
|
}
|
|
@@ -290,6 +289,7 @@
|
|
|
290
289
|
}
|
|
291
290
|
/* Fix checkbox label alignment */
|
|
292
291
|
.form-check:not(.form-switch) .form-check-label {
|
|
292
|
+
display: inline;
|
|
293
293
|
margin-left: .5rem;
|
|
294
294
|
margin-top: .25rem;
|
|
295
295
|
}
|