mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fix minor visual bug in events table
This commit is contained in:
parent
a36a293f19
commit
41029196d8
@ -1260,6 +1260,9 @@ try {
|
||||
// Get column names.
|
||||
$column_names = events_get_column_names($fields, true);
|
||||
|
||||
// First column name has a padding
|
||||
$column_names[0]['style'] = 'padding-left: 1em !important;';
|
||||
|
||||
// Open current filter quick reference.
|
||||
$active_filters_div = '<div class="filter_summary">';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user