Skip to content

Commit

Permalink
no tabular display for risk owner and desc
Browse files Browse the repository at this point in the history
verinice-veo#3417
  • Loading branch information
jochenkemnade committed Nov 28, 2024
1 parent eb2e8b1 commit 367496a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions src/main/resources/templates/dpia.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,6 @@ h1, h2, h3, h4 {
dt {
font-weight: 600;
}

.risk dl {
display: table;
}

.risk dt, .risk dd {
display: table-cell;
}

.risk dt {
font-weight: normal;
min-width: 8cm;
}

.risk dd {
width: 100%
}
</style>

<#-- FIXME VEO-619/VEO-1175: maybe pass domain into report? -->
Expand Down
17 changes: 0 additions & 17 deletions src/main/resources/templates/dpra.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,6 @@ dt {
margin-bottom: 1cm;
}

.risk dl {
display: table;
}

.risk dt, .risk dd {
display: table-cell;
}

.risk dt {
font-weight: normal;
min-width: 8cm;
}

.risk dd {
width: 100%
}

.riskmatrix {
page-break-inside: avoid;
margin: auto;
Expand Down

0 comments on commit 367496a

Please sign in to comment.