diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 40a16d16f..eb3c6a555 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -350,6 +350,12 @@ form .pankow-checkbox { width: 100%; overflow: auto; border-spacing: 0px; + table-layout: fixed; +} + +.elide-table-cell { + overflow: hidden; + text-overflow: ellipsis; } .eventlog-table thead { diff --git a/dashboard/src/views/EmailEventlogView.vue b/dashboard/src/views/EmailEventlogView.vue index fd7727bd9..a36e8c6f5 100644 --- a/dashboard/src/views/EmailEventlogView.vue +++ b/dashboard/src/views/EmailEventlogView.vue @@ -76,17 +76,17 @@ onMounted(async () => { - - - - - + + + + +
{{ $t('emails.eventlog.time') }}{{ $t('emails.eventlog.mailFrom') }}{{ $t('emails.eventlog.rcptTo') }}{{ $t('emails.eventlog.details') }}{{ $t('emails.eventlog.time') }}{{ $t('emails.eventlog.mailFrom') }}{{ $t('emails.eventlog.rcptTo') }}{{ $t('emails.eventlog.details') }}