From 9699c178547afd479464cf8c1c18778f5d19a946 Mon Sep 17 00:00:00 2001 From: hwook <110236953+YuHyeonWook@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:19:56 +0900 Subject: [PATCH] style: removed duplicate width property in CSS files (#2734) --- 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);