[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

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