From 6f0545b61b38f4ba1f64f9ebd0e38cabe6594cbe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20G=C3=BCttler?= Date: Thu, 10 Dec 2020 10:22:40 +0100 Subject: [PATCH] Typo: show on xxl, if only xl should be hidden. (#32287) Co-authored-by: XhmikosR --- site/content/docs/5.0/utilities/display.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/utilities/display.md b/site/content/docs/5.0/utilities/display.md index 2d033ba85a..bcf001d404 100644 --- a/site/content/docs/5.0/utilities/display.md +++ b/site/content/docs/5.0/utilities/display.md @@ -86,7 +86,7 @@ To show an element only on a given interval of screen sizes you can combine one Hidden only on xl - .d-xl-none + .d-xl-none .d-xxl-block Hidden only on xxl -- 2.47.2