From 93dd6813e8cf4926cc4c2bdad1a59b4a8f8af463 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sat, 5 Aug 2017 14:44:49 +0200
Subject: [PATCH] Fix old icon alignment in 'Add column' dialog

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

diff --git a/Resources/Plugins/edit-design/browser.js b/Resources/Plugins/edit-design/browser.js
index 5ad6bfe3..271e12b3 100644
--- a/Resources/Plugins/edit-design/browser.js
+++ b/Resources/Plugins/edit-design/browser.js
@@ -460,7 +460,7 @@ enabled(){
 .icon-user-filled:before{content:"\\f035";font-family:tweetdeckold}
 
 .drawer .btn .icon, .app-header .btn .icon { line-height: 1em !important }
-.column-type-icon { bottom: 26px !important }
+.column-header .column-type-icon { bottom: 26px !important }
 .is-options-open .column-type-icon { bottom: 25px !important }
 .tweet-footer { margin-top: 6px !important }`;