Skip to content

Commit 29d341c

Browse files
[AAE-37563] Removed some CSS that was causing forms not to expand fully in the container (#11227)
1 parent b6ea1e0 commit 29d341c

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

lib/process-services-cloud/src/lib/form/components/form-cloud.component.scss

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
}
1111

1212
.adf-cloud-form {
13-
&-content {
14-
padding-top: 40px;
15-
}
16-
1713
&-content-standalone-fullscreen {
1814
background-color: transparent;
1915
border-radius: 14px;
@@ -53,7 +49,6 @@
5349
max-width: 1366px;
5450
height: auto;
5551
margin: 40px auto;
56-
padding-bottom: 40px;
5752
border-radius: 14px;
5853
}
5954
}
@@ -62,8 +57,6 @@
6257
@extend .adf-full-screen;
6358

6459
.adf-cloud-form-content {
65-
padding-top: 40px;
66-
padding-bottom: 40px;
6760
border-radius: 14px;
6861
}
6962
}
@@ -103,13 +96,14 @@
10396
}
10497

10598
&-content-card {
99+
padding-bottom: 2rem;
106100
overflow-y: auto;
107101
position: static;
108102
height: 70%;
109103
border-radius: 14px;
110104

111105
&-fullscreen {
112-
padding: 0;
106+
padding-top: 0;
113107
height: 100%;
114108
width: 100%;
115109
position: relative;

0 commit comments

Comments
 (0)