From a6f980d382669bf14fb91b63ab4f727f23f9064f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Thu, 15 Jun 2023 18:15:41 +0200 Subject: [PATCH] fix(Demo): Fix error link width to avoid overlap with close button (#5309) --- demo/demo.less | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/demo.less b/demo/demo.less index c6a6f654d6..391b5b8ea0 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. */