From efcefd766ab0b64e1c2f2d5b0e061c1423df9d76 Mon Sep 17 00:00:00 2001 From: diosmosis <benaka@piwik.pro> Date: Thu, 11 Sep 2014 11:07:55 -0700 Subject: [PATCH] Fixes #5976, quick tweak to CSS in _dataTable.less & update UI test submodule. --- plugins/CoreHome/stylesheets/dataTable/_dataTable.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less index 3b82c4597b..dfc76620d9 100644 --- a/plugins/CoreHome/stylesheets/dataTable/_dataTable.less +++ b/plugins/CoreHome/stylesheets/dataTable/_dataTable.less @@ -170,7 +170,7 @@ table.dataTable img { width: 450px; } -.dataTable, .dataTable > .dataTableWrapper { +div.dataTable, div.dataTable > .dataTableWrapper { margin-bottom: 9px; // same height as expand/contract button (so datatable height will encompass the // expand/contract button) } -- GitLab