mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix sub-infolog indicator icon gets positioned wrongly when viewing the infolog in CRM view
This commit is contained in:
parent
7ed63ae4e8
commit
de7872e2fb
@ -46,22 +46,22 @@ tr.infolog_rowHasParent > td:first-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* break in words if necessary for description */
|
/* break in words if necessary for description */
|
||||||
#infolog-index_nm div.infoDes > span {
|
div.infoDes > span {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Spacing for parent / sub indicators */
|
/* Spacing for parent / sub indicators */
|
||||||
#infolog-index .egwGridView_grid .infolog_CompletedClmn {
|
.egwGridView_grid .infolog_CompletedClmn {
|
||||||
max-width: fit-content;
|
max-width: fit-content;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#infolog-index tr.infolog_rowHasParent > td:first-child .infolog_CompletedClmn {
|
tr.infolog_rowHasParent > td:first-child .infolog_CompletedClmn {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Put line break for the first column*/
|
/* Put line break for the first column*/
|
||||||
#infolog-index .egwGridView_grid .infolog_CompletedClmn::part(base) {
|
.egwGridView_grid .infolog_CompletedClmn::part(base) {
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user