Skip to content

Commit

Permalink
19204 Fixed whitespace between sub-title and body (bcgov#612)
Browse files Browse the repository at this point in the history
- app version = 7.0.37
- removed min-height (which simulated padding when it's a single line)
- added top margin (whitespace whether it's a single or wrapped line)
- added top padding to body for all filings

Co-authored-by: Severin Beauvais <severin.beauvais@gov.bc.ca>
  • Loading branch information
severinbeauvais and Severin Beauvais authored Jan 18, 2024
1 parent 53ab148 commit 7b7b693
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "7.0.36",
"version": "7.0.37",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
2 changes: 2 additions & 0 deletions src/components/Dashboard/FilingHistoryList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ export default class FilingHistoryList extends Mixins(FilingMixin) {
}
:deep(.v-expansion-panel-header) {
min-height: auto !important;
padding: 0;
margin-top: 0.25rem;
.v-expansion-panel-header__icon {
display: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</div>
</v-expansion-panel-header>

<v-expansion-panel-content>
<v-expansion-panel-content class="pt-5">
<slot name="body">
<!-- is this a generic paid (not yet completed) filing? -->
<div
Expand Down

0 comments on commit 7b7b693

Please sign in to comment.