From 27525618db82c69680a3382ef12815a2ecb5ac82 Mon Sep 17 00:00:00 2001 From: Alvaro Velad Galvan Date: Thu, 15 Jun 2023 10:51:20 +0200 Subject: [PATCH] fix(Demo): Fix error link width to avoid overlap with close button --- demo/demo.less | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/demo.less b/demo/demo.less index c5a4538e4a..4a7aa8d888 100644 --- a/demo/demo.less +++ b/demo/demo.less @@ -167,6 +167,7 @@ html, body { display: inline-block; margin-left: auto; margin-right: auto; + max-width: 90%; /* Some very long URLs can appear in the error text, and word wrapping is very * helpful. */