Hide links with no value in nm for better vertical spacing

For example, timesheet & infolog have link above subject, this removes the space for it when the entry has no link
This commit is contained in:
nathan 2022-11-03 14:21:17 -06:00
parent cbe8e841c6
commit b96061b27a

View File

@ -1084,17 +1084,9 @@ div.et2_link_entry:after {
}
/* Special layout for inside nm grid */
.et2_nextmatch div.et2_link_entry {
padding-right: 4px;
}
.et2_nextmatch .et2_link_entry:after {
margin: -12px;
}
div.et2_link_entry select, div.et2_link_entry {
/*width: 40%;*/
margin-right: 10px;
/* Hide links with no value entirely for better spacing*/
.et2_nextmatch et2-link[entryid=""] {
display: none;
}
/* Icons in app selection */