Skip to content

Commit

Permalink
fix(report-pdf): adjust styles for report PDF description area
Browse files Browse the repository at this point in the history
- Remove border left on description block on PDF Report
- Remove full width background on PDF Report description area column-block
  • Loading branch information
ichim-david committed Nov 18, 2024
1 parent f1ac4d2 commit 06df35d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions theme/themes/eea/extras/custom.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,27 @@
#page-diff .ui.table th.eight.wide {
width: 50%;
}

/* Report PDF styles */
/* Remove border left on description block on PDF Report
See: https://taskman.eionet.europa.eu/issues/259256#note-24
*/
.contenttype-report_pdf .eea.callout {
padding: 0;
border-left: none;
}

/* Remove full width background on PDF Report description area column-block */
.contenttype-report_pdf
#page-document
> .styled-columnsBlock:first-of-type
.content-box:before {
content: none;
}

.contenttype-report_pdf
#page-document
> .styled-columnsBlock:first-of-type
.content-box-inner {
padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}

0 comments on commit 06df35d

Please sign in to comment.