Merge #16795 - Fix #16605 - Fix vertical alignment issue

Pull-request: #16795
Fixes: #16605

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-04-13 12:51:02 +02:00
commit a4a720cd95
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -2,6 +2,7 @@
th,
td {
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
}
th {
@ -10,7 +11,6 @@
td {
touch-action: manipulation;
vertical-align: middle;
}
thead th {