Fix #15818 - Table borders missing on theme original
Fixes: #15818 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
0f31520524
commit
9ad3f663c6
@ -183,6 +183,10 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
}
|
||||
|
||||
img,
|
||||
input,
|
||||
select,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user