Skip to content

Commit

Permalink
Close #994. Align the showcase properly when the value box is small
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Feb 27, 2024
1 parent 469b36a commit ebcff64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/components/scss/value_box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ $bslib-value-box-horizontal-break-point: 300px !default;

.value-box-showcase {
grid-area: top !important;
align-items: end;
}

.value-box-area {
grid-area: bottom !important;
justify-content: end;
}
}
}
Expand Down

0 comments on commit ebcff64

Please sign in to comment.