From c8e16dd3fb01a463a42b3f51726ed53346c2229d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 20 Jan 2022 17:23:30 +0100 Subject: [PATCH] Fix broken alignments in button icon+label --- api/js/etemplate/Et2Button/ButtonStyles.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/js/etemplate/Et2Button/ButtonStyles.ts b/api/js/etemplate/Et2Button/ButtonStyles.ts index 2fb2d277e5..05835628bb 100644 --- a/api/js/etemplate/Et2Button/ButtonStyles.ts +++ b/api/js/etemplate/Et2Button/ButtonStyles.ts @@ -22,10 +22,6 @@ export const buttonStyles = [ box-shadow: inset 1px 2px 1px rgb(0 0 0 / 50%); } div { - flex: 1 1 auto; - background-repeat: no-repeat; - background-position: left center; - background-size: contain; margin: 2px; height:20px; }