diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-08-10 16:14:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-10 16:14:47 +0000 |
commit | f5032aa4ed60915fc57a9f10ed5db0f5a6bbb04c (patch) | |
tree | 2c135a8c787ee6756642d552d1b685d68cc3d0c7 | |
parent | c3b38afaea6209bdab98b97fc528110c651ff264 (diff) | |
parent | c258616e9588c67f0b24424c5754bc05603b3cc7 (diff) |
Merge "limit text width in RTD to improve readability"
-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 6008cb1a0..1dfe318db 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: 1280px; } |