mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
This reverts commit b126c14a0703ffd63f72ac5a5f2a2cc5e950344b.
This commit is contained in:
parent
06095744eb
commit
d6def4491d
@ -45,9 +45,7 @@
|
||||
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 {
|
||||
@ -55,10 +53,7 @@
|
||||
flex-grow: 1;
|
||||
box-sizing: border-box;
|
||||
padding-left: 1%;
|
||||
min-height: 100px;
|
||||
display: flex;
|
||||
padding-right: 1%;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.adf-grid-list {
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user