Revert "styling changes to coverage-statement"
This commit is contained in:
parent
2089235bfe
commit
f505226a7a
1 changed files with 7 additions and 9 deletions
|
|
@ -14,14 +14,12 @@
|
|||
typeStyle="h5"
|
||||
justifyText="center"
|
||||
class="mt-0 mb-4"
|
||||
id="coverageTextBlock"
|
||||
id="coverage-statement-text-block"
|
||||
/>
|
||||
<div class="mt-0">
|
||||
<p
|
||||
<div
|
||||
v-html="continueWithSchedulingBodyText"
|
||||
class="mt-0">
|
||||
</p>
|
||||
</div>
|
||||
class="mt-0"
|
||||
></div>
|
||||
<textBlock
|
||||
cmsWidgetName="whatHappensNextCopy"
|
||||
class="mt-4 mb-2 fw-bold"
|
||||
|
|
@ -152,10 +150,10 @@ export default {
|
|||
height: calc(100% - 168px);
|
||||
overflow-X: hidden !important;
|
||||
}
|
||||
ol {
|
||||
margin-left: -1rem;
|
||||
ol {
|
||||
margin-left: -1rem;
|
||||
li {
|
||||
margin-bottom: .5rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue