RED-9856: class rename.
This commit is contained in:
parent
52fa98f918
commit
9b3eb4702b
@ -1,6 +1,6 @@
|
|||||||
<div [class.full-width]="isExpanded()" class="container">
|
<div [class.full-width]="isExpanded()" class="container">
|
||||||
<p><strong [translate]="'revert-manual-changes-dialog.details.original'"></strong></p>
|
<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().value }}</p>
|
||||||
<p>{{ redaction().typeLabel }}</p>
|
<p>{{ redaction().typeLabel }}</p>
|
||||||
<p>{{ redaction().legalBasis }}</p>
|
<p>{{ redaction().legalBasis }}</p>
|
||||||
|
|||||||
@ -15,7 +15,7 @@ p {
|
|||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-span {
|
.original-container {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
width: calc(100% - 16px);
|
width: calc(100% - 16px);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user