Skip to content

Commit

Permalink
Fix the size of the small checkbox/radio componenets (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Aug 6, 2024
1 parent c53272d commit 31a3296
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kvision-assets/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npmPublish {
}
packageJson {
main.set("index.js")
version.set("8.0.10")
version.set("8.0.11")
description.set("The assets for the KVision framework")
keywords.set(listOf("kvision", "kotlin"))
homepage.set("https://kvision.io")
Expand Down
9 changes: 9 additions & 0 deletions kvision-assets/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,15 @@ label.form-check-label.required-label > span:last-child::after {
height: inherit;
}

.form-check .form-check-input.form-control-sm {
height: 14px;
min-height: 14px;
margin-left: -1.7em;
width: 14px;
padding: .25rem;
margin-top: 8px;
}

.form-check-inline {
margin-left: 3px;
}
Expand Down

0 comments on commit 31a3296

Please sign in to comment.