[MNT-22063] - fix form cloud layout (#6529)

This commit is contained in:
Silviu Popa
2021-01-22 18:59:39 +02:00
committed by GitHub
parent b3e88356d3
commit b126c14a07
3 changed files with 11 additions and 4 deletions

View File

@@ -45,7 +45,9 @@
display: flex;
flex-direction: column;
align-items: flex-start;
flex: 1 0 auto;
flex: auto;
padding: 0 8px;
min-width: 0.3%;
}
.adf-grid-list-column-view-item {
@@ -53,7 +55,10 @@
flex-grow: 1;
box-sizing: border-box;
padding-left: 1%;
min-height: 100px;
display: flex;
padding-right: 1%;
align-items: center;
}
.adf-grid-list {

View File

@@ -52,8 +52,6 @@
&-attach-widget {
width: 100%;
word-break: break-all;
padding: 0.4375em 0;
border-top: 0.84375em solid transparent;
}
&-attach-widget__icon {

View File

@@ -1,13 +1,17 @@
.adf {
&-dropdown-widget {
width: 100%;
margin-top: 13px;
padding: 0 4px;
.adf-select {
padding-top: 0 !important;
width: 100%;
}
.adf-label {
display: block;
}
.mat-select-value-text {
font-size: 14px;
}