IGNITE-8980 Web Console: Fixed regression with checkbox on Queries screen.

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6dc473d7
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6dc473d7
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6dc473d7

Branch: refs/heads/ignite-8446
Commit: 6dc473d79e0045f5ebe450c6c1439c8d4c346571
Parents: 6440e0c
Author: Dmitriy Shabalin <dmitri...@gmail.com>
Authored: Thu Jul 12 20:04:19 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Thu Jul 12 20:04:19 2018 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/public/stylesheets/style.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/6dc473d7/modules/web-console/frontend/public/stylesheets/style.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/stylesheets/style.scss 
b/modules/web-console/frontend/public/stylesheets/style.scss
index 6bc652d..4d510d4 100644
--- a/modules/web-console/frontend/public/stylesheets/style.scss
+++ b/modules/web-console/frontend/public/stylesheets/style.scss
@@ -290,7 +290,7 @@ body > .wrapper > ui-view {
     display: flex;
 
     input[type="checkbox"] {
-        width: 20px;
+        flex: 1 0 auto;
     }
 }
 

Reply via email to