.wlm-webhooks tbody:not(:empty) ~ tfoot tr:first-child {
	display: none;
}
.wlm-webhooks tbody:empty ~ thead {
	display: none;
}

.modal-title::after {
	content: " " attr(data-name);
}