From c5123d6d7f9b5d7f5a0d3de143b778b291dbbb08 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Mon, 22 Aug 2022 13:50:19 +0200 Subject: fix example ribbbon.css for master Issue-ID: DOC-798 Signed-off-by: thmsdt Change-Id: I06a6ab0a770c69397bc72595e819ca3ac274c4b5 --- examples/sphinx/master/_static/css/ribbon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sphinx/master/_static/css/ribbon.css b/examples/sphinx/master/_static/css/ribbon.css index 6008cb1a0..afb9480d6 100644 --- a/examples/sphinx/master/_static/css/ribbon.css +++ b/examples/sphinx/master/_static/css/ribbon.css @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } -- cgit 1.2.3-korg