You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/09/11 07:42:02 UTC

ignite git commit: IGNITE-843 Fixed padding.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 8fe821cea -> 45de7c955


IGNITE-843 Fixed padding.


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

Branch: refs/heads/ignite-843
Commit: 45de7c95521f95177c44e5eb8211748ab180cf5f
Parents: 8fe821c
Author: Alexey Kuznetsov <ak...@apache.org>
Authored: Fri Sep 11 12:42:40 2015 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Fri Sep 11 12:42:40 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/45de7c95/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 ba9911f..d0504a9 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
@@ -1265,7 +1265,7 @@ a {
 }
 
 .ace_editor {
-    margin: 0.85em 0 0 0;
+    margin: 0.85em 0 0.85em 0;
 
     .ace_gutter {
         background: transparent !important;