mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[MNT-22063] - fix form cloud layout (#6529)
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user