diff options
author | Manisha Aggarwal <amanisha@att.com> | 2022-11-09 15:24:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-09 15:24:32 +0000 |
commit | 8b504f6db32630ae4b6774efabc87ed76a950053 (patch) | |
tree | 9268c155f08e79fde05c33f63ed2b02d9ff5a07d /docs/_static/css/ribbon.css | |
parent | fbb02159b84435cf37221ae8ae5e0045167be15a (diff) | |
parent | 5b83ba0814d6a046d45146e97762626700440520 (diff) |
Merge "[AAI] Fix doc config files"
Diffstat (limited to 'docs/_static/css/ribbon.css')
-rw-r--r-- | docs/_static/css/ribbon.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_static/css/ribbon.css b/docs/_static/css/ribbon.css index 6008cb1a..afb9480d 100644 --- a/docs/_static/css/ribbon.css +++ b/docs/_static/css/ribbon.css @@ -59,5 +59,5 @@ /* fix width of the screen */ .wy-nav-content { - max-width: none; + max-width: 800px; } |