Skip to content

Commit

Permalink
[MNT-22063] - fix form cloud layout
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviuCPopa committed Jan 22, 2021
1 parent b11ef04 commit 2b510d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,20 @@
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 {
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,8 +52,6 @@
&-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,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;
}
Expand Down

0 comments on commit 2b510d7

Please sign in to comment.