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

This reverts commit b126c14a0703ffd63f72ac5a5f2a2cc5e950344b.
This commit is contained in:
Vito 2021-03-08 16:47:02 +00:00 committed by GitHub
parent 06095744eb
commit d6def4491d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 11 deletions

View File

@ -45,9 +45,7 @@
display: flex;
flex-direction: column;
align-items: flex-start;
flex: auto;
padding: 0 8px;
min-width: 0.3%;
flex: 1 0 auto;
}
.adf-grid-list-column-view-item {
@ -55,10 +53,7 @@
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,6 +52,8 @@
&-attach-widget {
width: 100%;
word-break: break-all;
padding: 0.4375em 0;
border-top: 0.84375em solid transparent;
}
&-attach-widget__icon {

View File

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