Merge pull request #271 from pybricks/dlech

fix extra pixels under icons in buttons
This commit is contained in:
David Lechner
2021-01-25 10:43:02 -06:00
committed by GitHub
+4
View File
@@ -48,6 +48,10 @@ body {
user-select: none;
}
.#{$ns}-button-text > img {
display: block;
}
.#{$ns}-form-group > .#{$ns}-label {
font-weight: bolder;
}