Theme: Fix border rendering issue on edit form tables.
This commit is contained in:
parent
5f7b4efe6f
commit
89c7129169
|
|
@ -764,6 +764,11 @@
|
|||
|
||||
/* TABLES *****************************************************************/
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 4px 7px 4px 0;
|
||||
padding: 4px 7px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue