RED-9856: class rename.

This commit is contained in:
Nicoleta Panaghiu 2024-12-09 16:49:36 +02:00
parent 52fa98f918
commit 9b3eb4702b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div [class.full-width]="isExpanded()" class="container">
<p><strong [translate]="'revert-manual-changes-dialog.details.original'"></strong></p>
<div class="col-span">
<div class="original-container">
<p>{{ redaction().value }}</p>
<p>{{ redaction().typeLabel }}</p>
<p>{{ redaction().legalBasis }}</p>

View File

@ -15,7 +15,7 @@ p {
margin: 4px 0;
}
.col-span {
.original-container {
display: inline-flex;
width: calc(100% - 16px);