mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-37563] Removed some CSS that was causing forms not to expand fully in the container (#11227)
This commit is contained in:
@@ -10,10 +10,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-cloud-form {
|
.adf-cloud-form {
|
||||||
&-content {
|
|
||||||
padding-top: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-content-standalone-fullscreen {
|
&-content-standalone-fullscreen {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
@@ -53,7 +49,6 @@
|
|||||||
max-width: 1366px;
|
max-width: 1366px;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
padding-bottom: 40px;
|
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -62,8 +57,6 @@
|
|||||||
@extend .adf-full-screen;
|
@extend .adf-full-screen;
|
||||||
|
|
||||||
.adf-cloud-form-content {
|
.adf-cloud-form-content {
|
||||||
padding-top: 40px;
|
|
||||||
padding-bottom: 40px;
|
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -103,13 +96,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-content-card {
|
&-content-card {
|
||||||
|
padding-bottom: 2rem;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: static;
|
position: static;
|
||||||
height: 70%;
|
height: 70%;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
|
|
||||||
&-fullscreen {
|
&-fullscreen {
|
||||||
padding: 0;
|
padding-top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user