mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-1275] full view for comments (#297)
This commit is contained in:
committed by
Denys Vuika
parent
f52cd4a31f
commit
0bab36e882
@@ -21,3 +21,30 @@ $icon-size: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.adf-version-list-container,
|
||||
.adf-version-manager-dialog .adf-version-list-container {
|
||||
.adf-version-list {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.mat-list .mat-list-item {
|
||||
&.mat-3-line {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
min-height: 88px;
|
||||
}
|
||||
|
||||
.mat-list-item-content {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mat-line.adf-version-list-item-comment {
|
||||
overflow: visible;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user