[ACA-1275] full view for comments (#297)

This commit is contained in:
Suzana Dirla
2018-04-12 14:26:25 +01:00
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;
}
}
}