From fa7c06801aaca6d2be026dad3ea92b8c5da0f374 Mon Sep 17 00:00:00 2001 From: Philipp Fromme Date: Wed, 25 Oct 2017 15:18:11 +0200 Subject: [PATCH] fix(context-pad): remove icon margins introduced by Fontello Closes bpmn-io/diagram-js#232 --- assets/bpmn-font/css/bpmn-embedded.css | 4 ++-- assets/bpmn-font/css/bpmn.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/bpmn-font/css/bpmn-embedded.css b/assets/bpmn-font/css/bpmn-embedded.css index 8aab7ee8..ef915880 100644 --- a/assets/bpmn-font/css/bpmn-embedded.css +++ b/assets/bpmn-font/css/bpmn-embedded.css @@ -31,7 +31,7 @@ display: inline-block; text-decoration: inherit; width: 1em; - margin-right: .2em; + /* margin-right: .2em; */ text-align: center; /* opacity: .8; */ @@ -44,7 +44,7 @@ /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ - margin-left: .2em; + /* margin-left: .2em; */ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ diff --git a/assets/bpmn-font/css/bpmn.css b/assets/bpmn-font/css/bpmn.css index a8b7725f..244e140d 100644 --- a/assets/bpmn-font/css/bpmn.css +++ b/assets/bpmn-font/css/bpmn.css @@ -28,7 +28,7 @@ display: inline-block; text-decoration: inherit; width: 1em; - margin-right: .2em; + /* margin-right: .2em; */ text-align: center; /* opacity: .8; */ @@ -41,7 +41,7 @@ /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ - margin-left: .2em; + /* margin-left: .2em; */ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */