From 3b04048e75e93117a471a9b0ca3cccb45ef4ebd7 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 9 Aug 2023 09:49:25 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(custom-component.mdx):?= =?UTF-8?q?=20remove=20width=20property=20from=20style=20to=20improve=20re?= =?UTF-8?q?sponsiveness=20and=20avoid=20fixed=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/guidelines/custom-component.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/guidelines/custom-component.mdx b/docs/docs/guidelines/custom-component.mdx index e649ef6e9..816f8356b 100644 --- a/docs/docs/guidelines/custom-component.mdx +++ b/docs/docs/guidelines/custom-component.mdx @@ -65,7 +65,6 @@ class DocumentProcessor(CustomComponent): light: "img/document_processor.png", }} style={{ - width: "40%", margin: "0 auto", display: "flex", justifyContent: "center",