forked from extern/egroupware
Fix from mail address in the list disturbing the row selection
This commit is contained in:
parent
22a320ea48
commit
90817b3475
@ -1008,6 +1008,7 @@ div#mail-index_nm.splitter-pane {min-height: 100px;}
|
||||
#mail-index_nm thead tr th.optcol {
|
||||
display: none;
|
||||
}
|
||||
#mail-index_nm .mail.row et2-url-email_ro {width: fit-content}
|
||||
#mail-index_nm .et2_label.et2_vfs {text-align: center}
|
||||
|
||||
.et2_nextmatch .egwGridView_outer .egwGridView_scrollarea tbody tr.row_category td:first-child>div {
|
||||
|
@ -972,6 +972,9 @@ div#mail-index_nm.splitter-pane {
|
||||
#mail-index_nm thead tr th.optcol {
|
||||
display: none;
|
||||
}
|
||||
#mail-index_nm .mail.row et2-url-email_ro {
|
||||
width: fit-content;
|
||||
}
|
||||
#mail-index_nm .et2_label.et2_vfs {
|
||||
text-align: center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user