diff options
author | thmsdt <thomas.kulik@telekom.de> | 2022-08-22 13:50:19 +0200 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2022-08-22 15:06:23 +0200 |
commit | c5123d6d7f9b5d7f5a0d3de143b778b291dbbb08 (patch) | |
tree | 3361e94a39d22c524f127842a683b28571bd1463 /examples/sphinx | |
parent | 7e0db8a223e9d7a693c7120a5beb91df40fef82f (diff) |
fix example ribbbon.css for master
Issue-ID: DOC-798
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I06a6ab0a770c69397bc72595e819ca3ac274c4b5
Diffstat (limited to 'examples/sphinx')
-rw-r--r-- | examples/sphinx/master/_static/css/ribbon.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |