This is an automated email from the ASF dual-hosted git repository. amashenkov pushed a commit to branch gg-17462 in repository https://gitbox.apache.org/repos/asf/ignite.git
commit 8ac02946afe314f61f970fccf67e3113f8454eb6 Author: Ilya Borisov <[email protected]> AuthorDate: Tue Apr 23 10:33:20 2019 +0700 WC-1051 Web Console: Fixed Wrong layout for grids and "no-data" component. --- .../components/page-queries/components/queries-notebooks-list/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/style.scss b/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/style.scss index 8e95885..7cce499 100644 --- a/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/style.scss +++ b/modules/web-console/frontend/app/components/page-queries/components/queries-notebooks-list/style.scss @@ -22,7 +22,6 @@ .queries-notebooks-list { grid-no-data { - top: -6px; background: white; }
