fix #1804: entry table sizing in Firefox

This commit is contained in:
antelle 2021-05-09 10:17:55 +02:00
parent 3079e28f6f
commit 8d258ecab2
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
&__table {
flex: 1;
width: 100%;
height: 0;
overflow: hidden;
border-collapse: collapse;
table-layout: fixed;