Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jun 30, 2023
1 parent eb6767a commit 70602c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/components/value_box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
margin-top: 0;
}
// value_box(title = )
> :first-child {
> :first-child {
@extend .h6;
color: inherit;
// add a non-breaking space to ensure it's not 0 height
Expand All @@ -50,7 +50,7 @@
}
}
// value_box(value = )
> :nth-child(2) {
> :nth-child(2) {
@extend .h2;
color: inherit;
// add a non-breaking space to ensure it's not 0 height
Expand Down

0 comments on commit 70602c2

Please sign in to comment.