mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[MNT-22063] - fix form cloud layout (#6529)
This commit is contained in:
@@ -45,7 +45,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex: 1 0 auto;
|
flex: auto;
|
||||||
|
padding: 0 8px;
|
||||||
|
min-width: 0.3%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-grid-list-column-view-item {
|
.adf-grid-list-column-view-item {
|
||||||
@@ -53,7 +55,10 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-left: 1%;
|
padding-left: 1%;
|
||||||
|
min-height: 100px;
|
||||||
|
display: flex;
|
||||||
padding-right: 1%;
|
padding-right: 1%;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-grid-list {
|
.adf-grid-list {
|
||||||
|
@@ -52,8 +52,6 @@
|
|||||||
&-attach-widget {
|
&-attach-widget {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
padding: 0.4375em 0;
|
|
||||||
border-top: 0.84375em solid transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-attach-widget__icon {
|
&-attach-widget__icon {
|
||||||
|
@@ -1,13 +1,17 @@
|
|||||||
.adf {
|
.adf {
|
||||||
&-dropdown-widget {
|
&-dropdown-widget {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 13px;
|
padding: 0 4px;
|
||||||
|
|
||||||
.adf-select {
|
.adf-select {
|
||||||
padding-top: 0 !important;
|
padding-top: 0 !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adf-label {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.mat-select-value-text {
|
.mat-select-value-text {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user