SUPPORT-8997

This commit is contained in:
m.epshtein 2025-04-11 12:48:26 +03:00
parent a8b764ff9e
commit 9bee9df9e2

View file

@ -165,17 +165,17 @@ a.btn:is(:hover, :focus, :active) {
.container {
width: 100%;
max-width: 100%;
height: auto;
margin: 0;
padding: var(--h-header) 0 0;
position: absolute;
top: 0px;
top: var(--h-header);
left: 0;
right: 0;
bottom: 0;
max-width: 100%;
height: auto;
padding: 0;
margin: 0;
border: 0;
overflow: hidden;
overflow: auto;
}
.container-inside {
@ -269,7 +269,9 @@ a.btn:is(:hover, :focus, :active) {
--indent-medium: 24px;
--indent-small: 16px;
}
.cert-check-content {
padding-left: var(--w-screen);
}
.container-inside .block-group {
flex-direction: column;
margin: 0;