diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index c4caa3ad70..99fdb06f7d 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1397,7 +1397,7 @@ section { &:not(.has-show-more) { > table { > tbody { - > tr.active:last-child { + > tr:last-child { > td:first-child { border-bottom-left-radius: var(--panel-border-radius); }