From 01d2e27868a353c607af499753b20330d2b5b02a Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Sun, 6 Jan 2019 16:14:17 -0800 Subject: website: fixes text overflow of var sample on entry page --- docs/index-var.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/index-var.css') diff --git a/docs/index-var.css b/docs/index-var.css index 1ef910004..d8ecb1cb2 100644 --- a/docs/index-var.css +++ b/docs/index-var.css @@ -5,6 +5,7 @@ --var-letterSpacing: -0.03em; --var-lineHeight: 1.1; text-align: center; + overflow-wrap: break-word; } @supports (font-variation-settings: normal) { .variable-sample { -- cgit v1.2.3