[AAE-37563] Removed some CSS that was causing forms not to expand fully in the container (#11227)

This commit is contained in:
Alex Molodyh
2025-09-26 08:17:18 -07:00
committed by GitHub
parent b6ea1e056e
commit 29d341cc3b

View File

@@ -10,10 +10,6 @@
}
.adf-cloud-form {
&-content {
padding-top: 40px;
}
&-content-standalone-fullscreen {
background-color: transparent;
border-radius: 14px;
@@ -53,7 +49,6 @@
max-width: 1366px;
height: auto;
margin: 40px auto;
padding-bottom: 40px;
border-radius: 14px;
}
}
@@ -62,8 +57,6 @@
@extend .adf-full-screen;
.adf-cloud-form-content {
padding-top: 40px;
padding-bottom: 40px;
border-radius: 14px;
}
}
@@ -103,13 +96,14 @@
}
&-content-card {
padding-bottom: 2rem;
overflow-y: auto;
position: static;
height: 70%;
border-radius: 14px;
&-fullscreen {
padding: 0;
padding-top: 0;
height: 100%;
width: 100%;
position: relative;