From 00976ca392b8f9d7a418bc6f579952d5c98651da Mon Sep 17 00:00:00 2001 From: wook Date: Mon, 16 Sep 2024 11:58:49 +0900 Subject: [PATCH] style: removed duplicate width property in CSS files --- examples/hello/src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello/src/style.css b/examples/hello/src/style.css index e2fd3aeebb..f475a4e1ac 100644 --- a/examples/hello/src/style.css +++ b/examples/hello/src/style.css @@ -25,7 +25,6 @@ body { pre { font-size: 0.8em; - width: 100%; margin-left: -2.5rem !important; margin-right: -2.5rem !important; width: calc(100% + 5rem);