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

This reverts commit b126c14a07.
This commit is contained in:
Vito
2021-03-08 16:47:02 +00:00
committed by GitHub
parent 06095744eb
commit d6def4491d
3 changed files with 4 additions and 11 deletions

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;
}