don't stretch the table in new browsers

fixes #1255
This commit is contained in:
tophf 2021-05-27 18:38:42 +03:00
parent 367ae56047
commit 4bd956f891

View File

@ -119,6 +119,7 @@ a:hover {
padding-left: var(--header-width);
box-sizing: border-box;
width: 100%;
align-self: start;
}
.entry {