diff --git a/libraries/classes/Display/Results.php b/libraries/classes/Display/Results.php index 8edb9b7c47..760596406e 100644 --- a/libraries/classes/Display/Results.php +++ b/libraries/classes/Display/Results.php @@ -2082,7 +2082,7 @@ class Results return; } - $th_class[] = 'right'; + $th_class[] = 'text-right'; } /** @@ -3498,7 +3498,7 @@ class Results ) { if (! isset($column) || $column === null) { $cell = $this->buildNullDisplay( - 'right ' . $class, + 'text-right ' . $class, $condition_field, $meta, '' @@ -3508,7 +3508,7 @@ class Results $where_comparison = ' = ' . $column; $cell = $this->getRowData( - 'right ' . $class, + 'text-right ' . $class, $condition_field, $analyzed_sql_results, $meta, @@ -3525,7 +3525,7 @@ class Results ); } else { $cell = $this->buildEmptyDisplay( - 'right ' . $class, + 'text-right ' . $class, $condition_field, $meta, '' diff --git a/templates/database/tracking/tables.twig b/templates/database/tracking/tables.twig index 08c417ac78..21c6d01c4a 100644 --- a/templates/database/tracking/tables.twig +++ b/templates/database/tracking/tables.twig @@ -32,7 +32,7 @@ {{ version.table_name }} - + {{ version.version }} diff --git a/templates/table/structure/display_structure.twig b/templates/table/structure/display_structure.twig index 5cd401507b..056d405c6c 100644 --- a/templates/table/structure/display_structure.twig +++ b/templates/table/structure/display_structure.twig @@ -52,7 +52,7 @@ - {{ rownum }} + {{ rownum }}