mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1081] Scroll bar is missing in comments component (#2117)
* Minor css improvement for Comments component * Added max-height property to show scroll in dialog
This commit is contained in:
committed by
Eugenio Romano
parent
19835732a5
commit
2e3b081bc4
@@ -55,10 +55,10 @@ adf-datatable >>> table thead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
adf-datatable >>> table {
|
adf-datatable >>> table {
|
||||||
border: none;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
adf-datatable >>> table tbody td {
|
adf-datatable >>> table tbody td {
|
||||||
padding: 0px!important;
|
padding: 0px!important;
|
||||||
border-top: none;
|
border-top: none !important;
|
||||||
}
|
}
|
||||||
|
@@ -38,3 +38,7 @@
|
|||||||
transform: translate(0, -50%);
|
transform: translate(0, -50%);
|
||||||
width: 40%;
|
width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
adf-comments >>> adf-comment-list {
|
||||||
|
max-height: 400px;
|
||||||
|
}
|
Reference in New Issue
Block a user