mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Theme: Fix border rendering issue on edit form tables.
This commit is contained in:
@@ -764,6 +764,11 @@
|
||||
|
||||
/* TABLES *****************************************************************/
|
||||
|
||||
table {
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 4px 7px 4px 0;
|
||||
padding: 4px 7px;
|
||||
|
||||
Reference in New Issue
Block a user