From 2bc2ae2e263e1c05fa42c9b29a0fdba59e3b8b87 Mon Sep 17 00:00:00 2001 From: Jennifer Mourek Date: Mon, 2 Jul 2018 10:15:01 +0200 Subject: [PATCH] Remove top margins on icons in tree view refs #111 --- public/css/module.less | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/module.less b/public/css/module.less index 696648c..4ac3140 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -152,7 +152,6 @@ table.bp span.op { table.bp .icon { float: left; - margin-top: 0.4em; margin-right: 0.4em; }