You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/12/28 06:19:53 UTC

ignite git commit: IGNITE-2279 Added margin for preview.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843-rc2 4167d53bc -> b5e905230


IGNITE-2279 Added margin for preview.


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

Branch: refs/heads/ignite-843-rc2
Commit: b5e90523050873483b49ec85a4b29c51a6ede661
Parents: 4167d53
Author: Andrey <an...@gridgain.com>
Authored: Mon Dec 28 12:19:44 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Mon Dec 28 12:19:44 2015 +0700

----------------------------------------------------------------------
 .../control-center-web/src/main/js/public/stylesheets/style.scss   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/b5e90523/modules/control-center-web/src/main/js/public/stylesheets/style.scss
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/public/stylesheets/style.scss b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
index 154e980..fcc17a6 100644
--- a/modules/control-center-web/src/main/js/public/stylesheets/style.scss
+++ b/modules/control-center-web/src/main/js/public/stylesheets/style.scss
@@ -1437,7 +1437,7 @@ a {
 }
 
 .ace_editor {
-    margin: 7px 5px 7px 0;
+    margin: 10px 5px 10px 0;
 
     .ace_gutter {
         background: transparent !important;