Skip to content

Commit

Permalink
Revert "[MNT-22063] - fix form cloud layout (#6529)" (#6795)
Browse files Browse the repository at this point in the history
This reverts commit b126c14.
  • Loading branch information
VitoAlbano committed Mar 8, 2021
1 parent 0609574 commit d6def44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,15 @@
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 {
width: 100%;
flex-grow: 1;
box-sizing: border-box;
padding-left: 1%;
min-height: 100px;
display: flex;
padding-right: 1%;
align-items: center;
}

.adf-grid-list {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down

0 comments on commit d6def44

Please sign in to comment.