close
Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Close #994. Align the showcase properly when the value box is small
  • Loading branch information
cpsievert committed Feb 27, 2024
commit ebcff64fe91cc994e7959aef5cc73236ffce2062
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