Fix #15818 - Table borders missing on theme original

Fixes: #15818
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-01-19 14:38:25 +01:00
parent 0f31520524
commit 9ad3f663c6
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -183,6 +183,10 @@ table {
}
}
table {
border-collapse: separate;
}
img,
input,
select,