From 0989400d875b7a98034243a8c2c3986e3432dbd2 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Fri, 16 Jun 2017 18:32:19 +0200
Subject: [PATCH] Fix column header icon position with old icons in edit-design
 plugin

---
 Resources/Plugins/edit-design/browser.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Resources/Plugins/edit-design/browser.js b/Resources/Plugins/edit-design/browser.js
index 3278f313..612efa8d 100644
--- a/Resources/Plugins/edit-design/browser.js
+++ b/Resources/Plugins/edit-design/browser.js
@@ -491,7 +491,8 @@ enabled(){
 .icon-play-badge:before{content:"\\f060";font-family:tweetdeckold}
 .icon-gif-badge:before{content:"\\f061";font-family:tweetdeckold}
 .icon-poll:before{content:"\\f062";font-family:tweetdeckold}
-`;
+
+.column-header .column-type-icon { bottom: 26px !important }`;
       
       document.head.appendChild(this.icons);
     }