From 39bd960e2a31d1ceb13477d0d0feea69753f59fd Mon Sep 17 00:00:00 2001 From: Juntao_Luo <71260173+AndyLuo1029@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:16:08 +0800 Subject: [PATCH] Bugfix: fix chronos installation panel cmd line overflow. (#6276) --- .../_static/css/chronos_installation_guide.css | 11 +++++++---- .../source/_static/js/chronos_installation_guide.js | 2 +- .../source/doc/Chronos/Overview/install.md | 12 +++++------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/docs/readthedocs/source/_static/css/chronos_installation_guide.css b/docs/readthedocs/source/_static/css/chronos_installation_guide.css index 11229176..64f35f82 100644 --- a/docs/readthedocs/source/_static/css/chronos_installation_guide.css +++ b/docs/readthedocs/source/_static/css/chronos_installation_guide.css @@ -42,8 +42,11 @@ cursor: pointer; } -#cmd { - width: auto; - height: 35px; - overflow:unset; +#table-1 #cmd { + height: 2em; + text-align: left; +} + +#table-1 .taller_tr { + height: 71px; } \ No newline at end of file diff --git a/docs/readthedocs/source/_static/js/chronos_installation_guide.js b/docs/readthedocs/source/_static/js/chronos_installation_guide.js index 5709217e..ba77acaa 100644 --- a/docs/readthedocs/source/_static/js/chronos_installation_guide.js +++ b/docs/readthedocs/source/_static/js/chronos_installation_guide.js @@ -43,7 +43,7 @@ function refresh_cmd(){ $("#model").empty(); if(functionality=="Forecasting"){ $("#model").append("
| Functionality | ||||||||
| Model | ||||||||
| DL framework |
+ DL framework | @@ -92,11 +92,9 @@ Select your preferences in the panel below to find the proper install command. T title="For users would like to deploy chronos in their production">Stable (2.1.0) | ||||||
| Install CMD | -
- NA
- |
+ NA | ||||||