mirror of
				https://github.com/Alfresco/alfresco-ng2-components.git
				synced 2025-10-29 15:21:39 +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 {
 | 
			
		||||
    &-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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user